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

26 lines
343 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-05-31 00:22:14 +02:00
font: '0/0' a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}