You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nuTensor/src/css/fa-icons.css

73 lines
1.4 KiB
CSS

.fa-icon {
align-items: center;
background-color: transparent;
border: 0;
display: inline-flex;
justify-content: flex-start;
margin: 0;
padding: 0.1em;
position: relative;
}
.fa-icon:hover {
background-color: #eee;
}
.fa-icon > * {
pointer-events: none;
}
.fa-icon.disabled {
color: #888;
fill: #888;
opacity: 0.25;
stroke: #888;
pointer-events: none;
}
.fa-icon > .fa-icon-badge,
.fa-icon.disabled > .fa-icon-badge {
display: none;
}
.fa-icon.fa-icon-badged > .fa-icon-badge {
background-color: rgba(255, 255, 255, 0.7);
border-radius: 3px;
bottom: 1px;
display: inline-block;
font-family: sans-serif;
font-size: 40%;
position: absolute;
right: 1px;
}
.fa-icon.disabled > .fa-icon-badge {
display: none;
}
.fa-icon > svg {
height: 1em;
}
.fa-icon_puzzle-piece,
.fa-icon_reply-all {
width: calc(1em * 576 / 512);
}
.fa-icon_download,
.fa-icon_eraser,
.fa-icon_filter,
.fa-icon_list-alt,
.fa-icon_power-off,
.fa-icon_reply,
.fa-icon_sync-alt,
.fa-icon_th,
.fa-icon_th-list {
width: calc(1em * 512 / 512);
}
.fa-icon_lock {
width: calc(1em * 448 / 512);
}
.fa-icon_times {
width: calc(1em * 352 / 512);
}
.fa-icon_angle-up,
.fa-icon_angle-double-up {
width: calc(1em * 320 / 512);
}
.fa-icon_ellipsis-v {
width: calc(1em * 192 / 512);
}