ute
This commit is contained in:
parent
2736f576fc
commit
d8e0c69bdd
1 changed files with 36 additions and 1 deletions
|
|
@ -21,6 +21,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul .mute {
|
||||
color: var(--border-light);
|
||||
font-size: var(--size-text-secondary);
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul .title {
|
||||
font-size: var(--size-text-title);
|
||||
font-family: 'InterSB';
|
||||
|
|
@ -81,7 +86,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul .btn {
|
||||
.webbpm.ervu_lkrp_ul .btn,
|
||||
.webbpm.ervu_lkrp_ul .modal.show button-component.btn-main:not(.info):not(.link) .btn {
|
||||
font-size: var(--size-text-secondary);
|
||||
font-family: 'Inter';
|
||||
color: var(--white);
|
||||
|
|
@ -467,6 +473,35 @@
|
|||
button-component:not(.info):not(.link) {
|
||||
margin: var(--indent-small) 0 0;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: var(--size-text-primary);
|
||||
}
|
||||
.warning-group {
|
||||
font-size: var(--size-text-secondary);
|
||||
|
||||
hyper-link {
|
||||
padding-top: 0;
|
||||
margin-top: 8px;
|
||||
border: 0;
|
||||
|
||||
.link {
|
||||
color: var(--color-link);
|
||||
padding-left: 0;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
file-upload {
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
.file-upload {
|
||||
display: flex !important;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
*/
|
||||
.paragraph-list > .vertical-container > * {
|
||||
position: relative;
|
||||
padding-left: var(--indent-small);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue