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-"] {
|
2021-02-12 04:07:40 +08:00
|
|
|
display: inline-block;
|
2022-11-21 18:00:39 +08:00
|
|
|
min-width: 1em;
|
2016-04-07 20:07:19 +08:00
|
|
|
|
2021-02-05 17:42:20 +08:00
|
|
|
.disabled &,
|
|
|
|
.btn[disabled] & {
|
|
|
|
opacity: 0.5;
|
2016-04-07 20:07:19 +08:00
|
|
|
}
|
2013-12-15 06:42:32 +08:00
|
|
|
}
|
|
|
|
|
2021-02-22 22:16:33 +08:00
|
|
|
/* .b-contacts-content .b-view-content */
|
2021-02-12 04:07:40 +08:00
|
|
|
.iconsize24 {
|
2023-12-11 20:34:23 +08:00
|
|
|
font-size: 171%;
|
2021-02-12 04:07:40 +08:00
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
|
2022-11-21 18:00:39 +08:00
|
|
|
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%;
|
2022-09-29 16:55:24 +08:00
|
|
|
|
|
|
|
vertical-align: text-top;
|
2021-02-22 22:16:33 +08:00
|
|
|
}
|
2015-01-06 04:55:06 +08:00
|
|
|
|
2021-07-20 22:45:55 +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
|
|
|
}
|