mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
21 lines
259 B
Plaintext
21 lines
259 B
Plaintext
@ns: toggle;
|
|
|
|
.@{ns}-container > .btn-group {
|
|
float: right;
|
|
.btn {
|
|
margin-top: 20px;
|
|
}
|
|
.btn[disabled] {
|
|
opacity: 1;
|
|
}
|
|
@media (max-width: 768px) {
|
|
float: none;
|
|
.btn {
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|