1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-25 11:08:29 +01:00
site/_src/_assets/styles/bigchain/_utilities.scss

26 lines
415 B
SCSS
Raw Normal View History

//
// Utilities
// ---
2017-05-29 21:15:48 +02:00
// bigchaindb.com
//
2017-05-31 18:43:00 +02:00
/* stylelint-disable declaration-no-important */
.invisible {
visibility: hidden !important;
}
.hide {
display: none !important;
}
2017-05-31 18:43:00 +02:00
/* stylelint-enable */
.text-hide {
2017-12-22 12:19:41 +01:00
font: '0/0' a; // stylelint-disable-line font-family-no-missing-generic-family-keyword
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}