snappymail/dev/Styles/_FontasticToBoot.less

66 lines
944 B
Plaintext
Raw Normal View History

2013-12-15 06:42:32 +08:00
2021-02-09 05:43:53 +08:00
.fontastic + span,
[class^="icon-"] + span,
[class*=" icon-"] + span {
margin-left: 0.5em;
}
2021-02-05 00:52:46 +08:00
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
min-width: 1em;
2016-04-07 20:07:19 +08:00
.disabled &,
.btn[disabled] & {
opacity: 0.5;
2016-04-07 20:07:19 +08:00
}
2013-12-15 06:42:32 +08:00
}
/* .b-contacts-content .b-view-content */
.iconsize24 {
font-size: 24px;
}
2015-01-13 07:24:08 +08:00
.iconcolor-green {
color: green;
}
.iconcolor-red {
color: red;
}
2015-01-06 04:55:06 +08:00
@keyframes rotation {
to {transform: rotate(1turn);}
}
.icon-spinner {
height: 1.2em;
width: 1.2em;
2015-01-06 04:55:06 +08:00
2021-02-12 18:39:02 +08:00
margin: 0 -1px;
2015-01-06 04:55:06 +08:00
border: 3px solid #aaa;
border-top-color: #333;
border-radius: 100%;
vertical-align: text-top;
}
2015-01-06 04:55:06 +08:00
.icon-spinner:not(.not-animated),
.list-loading .icon-spinner.not-animated {
2021-02-05 00:52:46 +08:00
border-color: transparent;
border-top-color: #999;
animation: rotation .8s infinite ease-in-out;
}
2021-08-10 23:07:26 +08:00
.btn.btn-success .icon-spinner {
border-color: transparent;
border-top-color: #fff;
}
2021-02-05 00:52:46 +08:00
.fontastic.icon-spinner {
2021-03-09 19:12:30 +08:00
text-indent: -5em;
overflow: hidden;
2021-02-05 00:52:46 +08:00
}