//
This commit is contained in:
parent
a67b7f1ede
commit
3c20320c29
1 changed files with 7 additions and 1 deletions
|
|
@ -153,9 +153,11 @@
|
|||
|
||||
label {
|
||||
width: auto;
|
||||
padding-left: 2px;
|
||||
margin-right: 0;
|
||||
}
|
||||
& > div:last-of-type {
|
||||
font-family: 'GilroySB';
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
|
@ -164,6 +166,7 @@
|
|||
&.num-addtitle {
|
||||
& > div > div:first-child {
|
||||
color: var(--color-text-secondary);
|
||||
align-items: center;
|
||||
}
|
||||
& > div > div:last-child {
|
||||
font-size: var(--size-num-addtitle);
|
||||
|
|
@ -188,6 +191,7 @@
|
|||
color: var(--color-success);
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 2px solid var(--color-success);
|
||||
background-color: transparent;
|
||||
}
|
||||
& ~ .tab-active > .active {
|
||||
padding: 16px 0 0;
|
||||
|
|
@ -199,6 +203,7 @@
|
|||
|
||||
.webbpm.ervu_dashboard .brick-group {
|
||||
color: var(--color-text-secondary);
|
||||
line-height: 1.1;
|
||||
padding: 8px 16px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--color-primary-20);
|
||||
|
|
@ -214,7 +219,7 @@
|
|||
.form-group {
|
||||
margin-bottom: 0;
|
||||
& > div {
|
||||
align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
&.text-invert .form-group > div:last-child {
|
||||
|
|
@ -243,6 +248,7 @@
|
|||
margin-top: 8px;
|
||||
}
|
||||
text .form-group {
|
||||
align-items: baseline;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue