Various styling changes

This commit is contained in:
sonny 2020-06-02 22:17:47 +02:00
parent cea3abdd48
commit 5527f4ffb7
6 changed files with 3 additions and 14 deletions

View file

@ -33,11 +33,7 @@
}
}
&:hover {
background-color: darken($azureish-white, +10%);
}
&--selected {
background-color: darken($azureish-white, +10%);
font-weight: bold;
}
}

View file

@ -20,7 +20,6 @@
width: 60%;
border-radius: 5px;
background-color: $white;
}

View file

@ -9,8 +9,6 @@
margin: 2% auto 5% auto;
border-radius: 5px;
overflow-y: auto;
background-color: $white;
@ -103,8 +101,6 @@
margin: 10px 0 0 0;
padding: 5px 1px 5px 5px;
border-radius: 5px 0 0 5px;
background-color: aquamarine;
overflow: hidden;
text-overflow: ellipsis;

View file

@ -1,6 +1,6 @@
.posts {
width: 70%;
margin: 0 0 2% 0;
margin: 0 0 2% 20px;
&__list {
display: flex;

View file

@ -14,11 +14,10 @@
&:hover {
cursor: pointer;
background-color: $focus-blue;
}
&--selected {
background-color: $focus-blue;
font-weight: bold;
}
}

View file

@ -1,7 +1,6 @@
.input {
padding: 10px;
background-color: lighten($gainsboro, +4%);
border: 1px $border-gray solid;
&:focus {