Poprawy w CSS i w Literałach w JS
This commit is contained in:
12
style.css
12
style.css
@@ -296,6 +296,14 @@
|
||||
input[type="radio"], input[type="checkbox"]{
|
||||
accent-color: @less_iaicolorscheme_background_active_color;
|
||||
}
|
||||
.f-group .f-control[disabled], .f-group .f-control[readonly] {
|
||||
opacity: 0.65;
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
.f-group .f-control[disabled] + .f-label, .f-group .f-control[readonly] + .f-label {
|
||||
color: rgba(51, 51, 51, 0.5) !important;
|
||||
}
|
||||
.f-label{
|
||||
color: #545454;
|
||||
}
|
||||
@@ -759,6 +767,7 @@
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
height: 18px;
|
||||
span{
|
||||
background-color: @less_iaicolorscheme_gray_lighter_color;
|
||||
padding: 0 1rem;
|
||||
@@ -808,6 +817,7 @@
|
||||
.order_pay_wrapper div, .order2_summary div{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
small{
|
||||
display: none;
|
||||
@@ -1322,7 +1332,7 @@
|
||||
margin: auto;
|
||||
padding: 2em;
|
||||
height: 500px;
|
||||
@media(max-width: 978px){
|
||||
@media (min-width: 758px) and (max-width: 978px){
|
||||
max-width: 615px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user