blob: 2886bf13ab35ecfa2fe0c5d5b53f37788d82badd [file] [log] [blame]
.inline {
display: inline-block;
line-height: 2;
}
.disabled {
color: $lightbg__grey;
}
.float-right {
float: right;
}
.clear-float {
clear: both;
}
.error {
color: $error;
}
.hide {
display: none;
}
.show {
display: block;
}
.close {
color: $lightbg__primary;
font-size: 1.5em;
padding: 1em;
box-sizing: border-box;
line-height: 0;
display: flex;
justify-content: center;
flex-direction: column;
background: transparent;
border: 0px;
margin: 0;
&:hover {
color: $lightbg__accent;
background: transparent;
}
}
.no-margin {
margin: 0px !important;
}
.no-bottom-margin {
margin-bottom: 0px !important;
}
.no-top-margin {
margin-top: 0px !important;
}