0.0.27 my routes
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
&:has(div){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.required_field_icon{
|
||||
color: var(--label-required-color);
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.w_radio_inputs{
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
}
|
||||
} @media (max-width: 768px) {
|
||||
.w_radio_inputs{
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
grid-template-columns: repeat(1, max-content);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,12 @@
|
||||
.w_radio_inputs{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(3, max-content);
|
||||
gap: 20px 40px;
|
||||
margin-top: 20px;
|
||||
--radio-font-size: 16px;
|
||||
.cw_w_radio_inputs_radio_input{
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: 30px auto;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
.radio{
|
||||
|
||||
Reference in New Issue
Block a user