mirror of https://github.com/rancher/ui.git
Colors that exist in lacsso
This commit is contained in:
parent
c7fc9ff3c4
commit
f21af4f82b
|
|
@ -107,8 +107,8 @@ $lines-to-show: 4;
|
|||
.badge-rancher {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
background: $primary;
|
||||
color: white;
|
||||
background: $warning;
|
||||
color: black;
|
||||
padding: 3px 10px;
|
||||
right: -13px;
|
||||
top: 5px;
|
||||
|
|
@ -118,7 +118,7 @@ $lines-to-show: 4;
|
|||
&:before {
|
||||
content: "";
|
||||
border-style: solid;
|
||||
border-color: $primary;
|
||||
border-color: $warning;
|
||||
border-left-color: transparent;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -129,7 +129,7 @@ $lines-to-show: 4;
|
|||
|
||||
&:after {
|
||||
content: "";
|
||||
border-color: darken($primary, 20%) transparent transparent darken($primary, 20%);
|
||||
border-color: darken($warning, 20%) transparent transparent darken($warning, 20%);
|
||||
border-style: solid;
|
||||
border-width: 5px;
|
||||
right: 0px;
|
||||
|
|
@ -160,23 +160,8 @@ $lines-to-show: 4;
|
|||
|
||||
.badge-partner {
|
||||
@extend .badge-rancher;
|
||||
background-color: $warning;
|
||||
color: black;
|
||||
|
||||
&:before {
|
||||
border-color: $warning;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-color: darken($warning, 20%) transparent transparent darken($warning, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
.badge-thirdparty {
|
||||
@extend .badge-rancher;
|
||||
background-color: $success;
|
||||
color: black;
|
||||
|
||||
&:before {
|
||||
border-color: $success;
|
||||
|
|
@ -188,6 +173,21 @@ $lines-to-show: 4;
|
|||
}
|
||||
}
|
||||
|
||||
.badge-thirdparty {
|
||||
@extend .badge-rancher;
|
||||
background-color: $primary;
|
||||
color: black;
|
||||
|
||||
&:before {
|
||||
border-color: $primary;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-color: darken($primary, 20%) transparent transparent darken($primary, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
&.machine .catalog-icon {
|
||||
min-height: 100px;
|
||||
background-position: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue