1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

removed color-reds

This commit is contained in:
Fedor Katurov 2021-03-12 10:12:00 +07:00
parent c5288e0f80
commit cefc85bf8d
3 changed files with 0 additions and 3 deletions

View file

@ -33,7 +33,6 @@
@include tablet {
:global(.comment-author) {
display: none !important;
color: red;
}
}
}

View file

@ -44,7 +44,6 @@
@include outer_shadow();
input {
color: red;
position: absolute;
top: 0;
left: 0;

View file

@ -2,7 +2,6 @@
.content {
align-items: stretch !important;
background-color: red;
@include vertical_at_tablet;
}