Various styling changes
This commit is contained in:
parent
cea3abdd48
commit
5527f4ffb7
6 changed files with 3 additions and 14 deletions
|
|
@ -33,11 +33,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: darken($azureish-white, +10%);
|
||||
}
|
||||
|
||||
&--selected {
|
||||
background-color: darken($azureish-white, +10%);
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
width: 60%;
|
||||
|
||||
border-radius: 5px;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.posts {
|
||||
width: 70%;
|
||||
margin: 0 0 2% 0;
|
||||
margin: 0 0 2% 20px;
|
||||
|
||||
&__list {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -14,11 +14,10 @@
|
|||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
background-color: $focus-blue;
|
||||
}
|
||||
|
||||
&--selected {
|
||||
background-color: $focus-blue;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
.input {
|
||||
padding: 10px;
|
||||
|
||||
background-color: lighten($gainsboro, +4%);
|
||||
border: 1px $border-gray solid;
|
||||
|
||||
&:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue