lbry-desktop/ui/scss/component/_load-screen.scss
2017-03-26 14:30:18 -04:00

31 lines
499 B
SCSS

@import "../global";
.load-screen {
color: white;
background: $color-primary;
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;
}
.load-screen__details {
color: $color-load-screen-text;
}
.load-screen__details--warning {
color: $color-warning;
}
.load-screen__cancel-link {
color: white;
}