lbry-desktop/ui/scss/component/_load-screen.scss

32 lines
490 B
SCSS
Raw Normal View History

2017-01-31 07:58:25 +01:00
@import "../global";
.load-screen {
color: white;
2017-03-26 20:30:18 +02:00
background: $color-primary;
2017-01-31 07:58:25 +01:00
background-size: cover;
min-height: 100vh;
min-width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.load-screen__message {
margin-top: 24px;
width: 325px;
text-align: center;
}
2017-02-01 09:27:15 +01:00
.load-screen__details {
color: $color-load-screen-text;
}
2017-01-31 07:58:25 +01:00
.load-screen__details--warning {
2017-04-09 17:06:23 +02:00
color: white;
2017-01-31 07:58:25 +01:00
}
.load-screen__cancel-link {
color: white;
}