OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-08 296de4d2353e52f8f9a08045f09ab4d5e2bbf775
src/main/webapp/assets/styles/main.css
@@ -10784,6 +10784,10 @@
    border-radius: 40px;
}
.btn.btn-roundRel {
    border-radius: 100%;
}
.btn.btn-upper, .all-wrapper .btn-upper.fc-button {
    text-transform: uppercase;
    letter-spacing: 1px;
@@ -28692,6 +28696,27 @@
    transition: .4s;
}
.slider-disabled {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
}
.slider-disabled:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 30px;
    bottom: 4px;
    background-color: white;
}
input:checked + .slider {
    background-color: #2196F3;
}
@@ -28714,6 +28739,14 @@
    border-radius: 50%;
}
.slider-disabled.round {
    border-radius: 34px;
}
.slider-disabled.round:before {
    border-radius: 50%;
}
.tab {
    position: relative;
    margin-top: 20px;