combo-box
This commit is contained in:
parent
553d23f0b2
commit
bdf7df0114
5 changed files with 14 additions and 4 deletions
|
|
@ -5,12 +5,14 @@
|
|||
}
|
||||
|
||||
.webbpm.ervu_dashboard .selectize-control {
|
||||
font-size: inherit;
|
||||
display: flex;
|
||||
height: auto;
|
||||
background-color: transparent;
|
||||
}
|
||||
.webbpm.ervu_dashboard .selectize-control .selectize-input {
|
||||
min-height: auto;
|
||||
border: 0;
|
||||
border-bottom: 2px solid var(--input-border);
|
||||
border-bottom: 1px solid var(--input-border);
|
||||
border-radius: var(--indent-xmini) var(--indent-xmini) 0 0;
|
||||
background-color: var(--input-bg);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,3 +31,11 @@
|
|||
font-family: 'GolosM';
|
||||
src: url('../fonts/golos-medium.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'GolosUI';
|
||||
src: url('../fonts/golos-ul-regular.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'GolosUIM';
|
||||
src: url('../fonts/golos-ul-medium.ttf');
|
||||
}
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
--border: rgba(1, 72, 116, 0.1);
|
||||
--shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.15);
|
||||
|
||||
--input-bg: rgba(242, 248, 253, 0.75);
|
||||
--input-border: rgba(1, 72, 116, 0.18);
|
||||
--input-bg: rgba(53, 126, 172, 0.05);
|
||||
--input-border: rgba(53, 126, 172, 0.2);
|
||||
--page-bg: rgba(38, 117, 166, 0.025);
|
||||
--header-bg: rgba(53, 126, 172, 0.05);
|
||||
--block-bg: rgba(53, 126, 172, 0.1);
|
||||
|
|
|
|||
BIN
frontend/src/resources/fonts/golos-ul-medium.ttf
Normal file
BIN
frontend/src/resources/fonts/golos-ul-medium.ttf
Normal file
Binary file not shown.
BIN
frontend/src/resources/fonts/golos-ul-regular.ttf
Normal file
BIN
frontend/src/resources/fonts/golos-ul-regular.ttf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue