mirror of
https://github.com/quantum5/totp.git
synced 2025-04-24 13:41:58 -04:00
14 lines
339 B
SCSS
14 lines
339 B
SCSS
|
@import 'bootstrap/scss/_functions.scss';
|
||
|
@import 'bootstrap/scss/_variables.scss';
|
||
|
@import 'bootstrap/scss/_maps.scss';
|
||
|
@import 'bootstrap/scss/_mixins.scss';
|
||
|
@import 'bootstrap/scss/_root.scss';
|
||
|
@import 'bootstrap/scss/_grid.scss';
|
||
|
@import 'bootstrap/scss/_forms.scss';
|
||
|
|
||
|
.totp-input {
|
||
|
label {
|
||
|
font-weight: $font-weight-bold;
|
||
|
}
|
||
|
}
|