You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nginxconfig.io/resources/scss/_utilities.scss

26 lines
268 B

[ng-cloak] {
display: none;
}
.clipboard-success {
font-size: 0.8rem;
color: #28a745;
font-weight: 700;
}
tooltip {
tip {
min-width: 150px;
padding: 4px 12px;
}
tip-tip {
line-height: 1.1;
display: block;
&._small {
font-size: 0.9rem;
}
}
}