mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
@@ -572,6 +572,26 @@ ul.is-separated {
|
||||
&.border-is-yellow td:first-child {
|
||||
border-left-color: $yellow;
|
||||
}
|
||||
|
||||
&.is-primary td:first-child {
|
||||
border-left-color: $primary;
|
||||
}
|
||||
&.is-success td:first-child {
|
||||
border-left-color: $success;
|
||||
}
|
||||
&.is-warning td:first-child {
|
||||
border-left-color: $warning;
|
||||
}
|
||||
&.is-danger td:first-child {
|
||||
border-left-color: $danger;
|
||||
}
|
||||
&.is-info td:first-child {
|
||||
border-left-color: $info;
|
||||
}
|
||||
&.is-link td:first-child {
|
||||
border-left-color: $link;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
td {
|
||||
background-color: whitesmoke;
|
||||
@@ -866,4 +886,12 @@ form .field:not(.is-grouped) {
|
||||
background: $warning-25;
|
||||
}
|
||||
|
||||
.small-loading-spinner {
|
||||
position: relative;
|
||||
pointer-events: none;
|
||||
&:after {
|
||||
@include loader;
|
||||
}
|
||||
}
|
||||
|
||||
@import "bulma-popover/css/bulma-popover";
|
||||
|
||||
Reference in New Issue
Block a user