Files
freeCodeCamp/api-server/common/app/routes/Settings/Toggle-Button/toggle.less

22 lines
279 B
Plaintext

@ns: toggle;
.@{ns}-container > .btn-group {
min-width: 180px;
float: right;
.btn {
margin-top: 20px;
}
.btn[disabled] {
opacity: 1;
}
@media (max-width: 768px) {
float: none;
.btn {
margin-top: 10px;
margin-bottom: 20px;
}
}
}