| | |
| | | border-radius: 40px; |
| | | } |
| | | |
| | | .btn.btn-roundRel { |
| | | border-radius: 100%; |
| | | } |
| | | |
| | | .btn.btn-upper, .all-wrapper .btn-upper.fc-button { |
| | | text-transform: uppercase; |
| | | letter-spacing: 1px; |
| | |
| | | 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; |
| | | } |
| | |
| | | border-radius: 50%; |
| | | } |
| | | |
| | | .slider-disabled.round { |
| | | border-radius: 34px; |
| | | } |
| | | |
| | | .slider-disabled.round:before { |
| | | border-radius: 50%; |
| | | } |
| | | |
| | | .tab { |
| | | position: relative; |
| | | margin-top: 20px; |