mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki responsywności
This commit is contained in:
@@ -250,66 +250,6 @@ button.btn--image {
|
||||
}
|
||||
}
|
||||
|
||||
// .btn {
|
||||
// background: none;
|
||||
// cursor: pointer;
|
||||
// font-size: 1em;
|
||||
|
||||
// &--text {
|
||||
// background: none;
|
||||
// color: white;
|
||||
|
||||
// transition: color 0.3s;
|
||||
|
||||
// &:hover:not(:disabled),
|
||||
// &:focus:not(:disabled) {
|
||||
// color: $accentCol;
|
||||
// }
|
||||
|
||||
// &.checked {
|
||||
// color: var(--clr-primary);
|
||||
// font-weight: bold;
|
||||
// }
|
||||
// }
|
||||
|
||||
// &--image {
|
||||
// display: flex;
|
||||
|
||||
// padding: 0.4em 1em;
|
||||
// font-weight: bold;
|
||||
// font-size: 1em;
|
||||
|
||||
// border-radius: 0.75em 0.75em 0 0;
|
||||
// background-color: #1b1b1b;
|
||||
|
||||
// img {
|
||||
// height: 1.3em;
|
||||
// margin-right: 0.5rem;
|
||||
// }
|
||||
// }
|
||||
|
||||
// &--option {
|
||||
// cursor: pointer;
|
||||
|
||||
// color: white;
|
||||
// background-color: #333;
|
||||
|
||||
// border-radius: 0.25em;
|
||||
// padding: 0.25em 0.5em;
|
||||
|
||||
// &.checked {
|
||||
// color: var(--clr-primary);
|
||||
// font-weight: bold;
|
||||
|
||||
// background-color: #3c3c3c;
|
||||
// }
|
||||
// }
|
||||
|
||||
// &:disabled {
|
||||
// opacity: 0.65;
|
||||
// }
|
||||
// }
|
||||
|
||||
.return-btn {
|
||||
display: none;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user