mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
update styles
This commit is contained in:
parent
da89ac58e6
commit
b7233b8de7
|
|
@ -6,7 +6,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.portlet-body a:not(.button), a.content {
|
||||
.portlet-body a:not(.button), a.content, a > .content {
|
||||
color: var(--link-color);
|
||||
border-bottom: 1px dotted var(--link-color);
|
||||
|
||||
|
|
|
|||
353
styles.css
353
styles.css
File diff suppressed because it is too large
Load Diff
12
tag.scss
12
tag.scss
|
|
@ -15,3 +15,15 @@ span {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@each $tuple in
|
||||
'ok' #aaffad #81e27d #459442,
|
||||
'warning' #f8ffa8 #d6d949 #94972f,
|
||||
'error' #ff7d79 #ee5649 #a5302a,
|
||||
'info' #b6d2ff #85b0ee #4865a5 {
|
||||
.tag.#{nth($tuple, 1)} {
|
||||
background: #{nth($tuple, 2)};
|
||||
border: 1px solid #{nth($tuple, 3)};
|
||||
color: #{nth($tuple, 4)};
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user