bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-dial/styles.scss

28 lines
440 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
:root {
--audioDial-font-size: 2rem;
}
.help {
display: flex;
flex-flow: column;
}
.text, .dialText, .telvoice, .conferenceText {
text-align: center;
margin-bottom: var(--lg-padding-x);
}
.dialText, .telvoice {
font-size: var(--audioDial-font-size);
}
.conferenceText {
margin-bottom: var(--sm-padding-y);
}
.telvoice {
margin-bottom: 0;
}