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