mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 15:28:09 +02:00
started implementation
This commit is contained in:
@@ -102,10 +102,12 @@ $fa-font-path: "webfonts";
|
||||
&.is-primary {
|
||||
background-color: #00d1df;
|
||||
}
|
||||
&.is-primary:hover, &.is-primary.is-hovered {
|
||||
&.is-primary:hover,
|
||||
&.is-primary.is-hovered {
|
||||
background-color: #00b9c6;
|
||||
}
|
||||
&.is-primary:active, &.is-primary.is-active {
|
||||
&.is-primary:active,
|
||||
&.is-primary.is-active {
|
||||
background-color: #00a1ac;
|
||||
}
|
||||
&.is-primary[disabled] {
|
||||
@@ -144,7 +146,7 @@ $fa-font-path: "webfonts";
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.overlay-half-column{
|
||||
.overlay-half-column {
|
||||
position: absolute;
|
||||
height: calc(120px - 0.5rem);
|
||||
width: calc(100% - 1.5rem);
|
||||
@@ -250,6 +252,22 @@ form .field:not(.is-grouped) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.select,
|
||||
.select:hover {
|
||||
&:not(.is-multiple):not(.is-loading) {
|
||||
> select[disabled] + &::after {
|
||||
border :1px solid red;
|
||||
border-color: #7a7a7a;
|
||||
}
|
||||
&::after {
|
||||
border-top: 1px solid blue;
|
||||
}
|
||||
> select[disabled] {
|
||||
border: 1px solid yellow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// label with help-icon compensation
|
||||
.label-icon-spacing {
|
||||
margin-top: 30px;
|
||||
|
||||
Reference in New Issue
Block a user