Files
old-web/app/public/main.css

12 lines
219 B
CSS
Raw Normal View History

2019-05-15 15:27:10 +02:00
.welcome-center-button {
2019-04-11 05:27:34 +02:00
width: 100%;
}
2019-05-15 15:27:10 +02:00
.welcome-big-logo {
2019-04-11 05:27:34 +02:00
font-size: 200pt;
2019-04-12 05:40:52 +02:00
background-image: url(./images/logo.png);
background-size: contain;
2019-04-12 06:47:51 +02:00
background-repeat: no-repeat;
2019-04-12 05:40:52 +02:00
color: rgba(0, 0, 0, 0);
2019-04-11 05:27:34 +02:00
}