TRI-293: add custom and mover handler + mover page poster
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@import "variables";
|
||||
.cargo {
|
||||
|
||||
&--inline {
|
||||
@@ -28,6 +29,13 @@
|
||||
border-color: var(--brand-primary);
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
+ label {
|
||||
color: var(--brand-grey3);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__label {
|
||||
|
||||
@@ -25,13 +25,10 @@ html,
|
||||
body {
|
||||
max-width: 100vw;
|
||||
max-height: initial;
|
||||
height: initial;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
|
||||
@@ -64,4 +61,12 @@ input, textarea {
|
||||
&.locate {
|
||||
background: white url(/static/img/svg/MapPinLine.svg) right 2% bottom 45% no-repeat;
|
||||
}
|
||||
|
||||
&.loading {
|
||||
background: white url(/static/img/svg/loader.svg) no-repeat calc(100% - 15px) center;
|
||||
}
|
||||
|
||||
&.is-items {
|
||||
background: url(/static/img/png/icon-arrow.svg) calc(100% - 15px) center no-repeat white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user