hugo-whisper-theme/assets/scss/bootstrap/utilities/_visibility.scss

14 lines
174 B
SCSS
Raw Permalink Normal View History

2019-07-23 01:03:11 +00:00
// stylelint-disable declaration-no-important
2019-02-17 06:55:16 +00:00
//
// Visibility utilities
//
.visible {
2019-07-23 01:03:11 +00:00
visibility: visible !important;
2019-02-17 06:55:16 +00:00
}
.invisible {
2019-07-23 01:03:11 +00:00
visibility: hidden !important;
2019-02-17 06:55:16 +00:00
}