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

32 lines
502 B
SCSS
Raw Normal View History

2017-01-31 07:58:25 +01:00
@import "../global";
.load-screen {
color: white;
2017-08-18 07:37:35 +02:00
background: var(--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 {
2017-08-18 07:37:35 +02:00
color: var(--color-load-screen-text);
2017-02-01 09:27:15 +01:00
}
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;
}