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

22 lines
268 B
SCSS
Raw Normal View History

//
// Utilities
// ---
2017-05-29 21:15:48 +02:00
// bigchaindb.com
//
.invisible {
visibility: hidden !important;
}
.hide {
display: none !important;
}
.text-hide {
font: "0/0" a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}