xy 2 years ago
parent 43db2354ae
commit 5a87447555

@ -182,6 +182,7 @@
display: flex;
}
.type-switch .type-switch__item {
padding: 0 20px;
position: relative;
}
.type-switch .type-switch__item > input {
@ -194,6 +195,15 @@
}
.type-switch .type-switch__item:has(input:checked) .text {
color: #609ff9;
position: relative;
}
.type-switch .type-switch__item:has(input:checked) .text::after {
width: 100%;
height: 4px;
background: #609ff9;
position: absolute;
left: 0;
bottom: -14px;
}
</style>
@endpush
@ -282,8 +292,6 @@
</div>
</div>
<div>
<select class="form-control" name="month" onchange="">
</select>
</div>
</div>
<div class="card1-body">

Loading…
Cancel
Save