blob: 624d487008b6c1ef84a2a245a8acbb8f43c43e93 [file] [log] [blame]
.inline {
display: inline-block;
line-height: 2;
}
.disabled {
color: $lightbg__grey;
@include fastTransition-all;
&:hover {
cursor: default;
text-decoration: none;
}
}
.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;
}