mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
22 lines
265 B
SCSS
22 lines
265 B
SCSS
|
//
|
||
|
// Utilities
|
||
|
// ---
|
||
|
// bigchain.io
|
||
|
//
|
||
|
|
||
|
.invisible {
|
||
|
visibility: hidden !important;
|
||
|
}
|
||
|
|
||
|
.hide {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.text-hide {
|
||
|
font: "0/0" a;
|
||
|
color: transparent;
|
||
|
text-shadow: none;
|
||
|
background-color: transparent;
|
||
|
border: 0;
|
||
|
}
|