lib/vbax/sass/custom/quotation/_quotation.scss in vbax-admin_syst-0.3.0 vs lib/vbax/sass/custom/quotation/_quotation.scss in vbax-admin_syst-0.4.0
- old
+ new
@@ -15,11 +15,11 @@
background-color: #fff;
border: 1px solid #454545;
color:#454545;
width: 100%;
&.add_option{
- border : 1px double #79df4f;
+ border : 1px double #34e79a!important;
display: flex!important;
}
}
a{
color:#fff;
@@ -40,22 +40,32 @@
overflow-x: hidden;
max-height: 500px;
cursor: pointer;
-webkit-overflow-scrolling: touch;
}
-.selected_green{
- border : 1px solid #79df4f;
- background-color : #aeffa1!important;
+@mixin selected_{
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
box-sizing: border-box;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
+}
+.selected_green{
+ @include selected_;
+ border : 1px solid #34e79a!important;
+ background-color : #34e79a4f!important;
+
+}
+.selected_red{
+ @include selected_;
+ border : 1px solid #ff543d!important;
+ background-color : #ff543d!important;
+
}
// broder
// _________________________