//
This commit is contained in:
parent
47d70a6328
commit
2fcf0ca829
1 changed files with 30 additions and 7 deletions
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
.webbpm.ervu_dashboard .top-btn-block {
|
||||
margin-bottom: 16px 0;
|
||||
margin: 16px 0;
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 0;
|
||||
|
|
@ -34,18 +34,41 @@
|
|||
margin-left: 16px;
|
||||
}
|
||||
.btn {
|
||||
position: relative;
|
||||
font-size: var(--size-text-primary);
|
||||
line-height: 1.3;
|
||||
padding: 8px 40px 8px 20px;
|
||||
margin-bottom: 0;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
background-color: rgba(7, 14, 26, 0.2);
|
||||
|
||||
&::after{
|
||||
&::after {
|
||||
position: absolute;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-image: url('../img/svg/arrow-right-wt.svg');
|
||||
content: url('../img/svg/arrow-right-wt.svg');
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.selectize-control {
|
||||
background-color: transparent;
|
||||
|
||||
.selectize-input {
|
||||
padding: 8px 40px 8px 20px;
|
||||
border-radius: 20px;
|
||||
border: 0;
|
||||
background-color: rgba(7, 14, 26, 0.2);
|
||||
|
||||
input {
|
||||
color: var(--color-text-primary);
|
||||
font-size: var(--size-text-primary);
|
||||
line-height: 1.3 !important;
|
||||
&::-webkit-input-placeholder, &::placeholder {
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .arrow-btn .btn {
|
||||
|
|
@ -54,13 +77,13 @@
|
|||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 50px;
|
||||
background-color: var(--color-text-primary);
|
||||
background-color: var(--color-text-secondary);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
content: url('../img/svg/arrow-right.svg');
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-image: url('../img/svg/arrow-right.svg');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue