bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/error-screen/styles.scss
Oswaldo Acauan f71d32a464 Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
WIP

wip

wip

format

wip

Move from SCSS variables to CSS custom properties (variables) and add custom parameters for theming/skinning
2018-10-23 14:21:58 -02:00

26 lines
434 B
SCSS

@import "/imports/ui/stylesheets/variables/palette";
.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);
text-align: center;
}
.icon {
width: 100%;
font-size: 10rem;
margin-bottom: 2rem;
}
.message {
text-transform: uppercase;
font-size: 1.25rem;
font-weight: 600;
}