bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/error-screen/styles.scss

26 lines
434 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/palette";
2017-03-11 04:47:23 +08:00
.background {
position: fixed;
display: flex;
flex-flow: column;
justify-content: center;
width: 100%;
height: 100%;
background-color: var(--color-gray-dark);
color: var(--color-white);
2017-03-11 04:47:23 +08:00
text-align: center;
}
.icon {
width: 100%;
font-size: 10rem;
margin-bottom: 2rem;
}
.message {
text-transform: uppercase;
font-size: 1.25rem;
font-weight: 600;
}