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 {
|
&--selected {
|
||||||
background-color: darken($azureish-white, +10%);
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
margin: 2% auto 5% auto;
|
margin: 2% auto 5% auto;
|
||||||
|
|
||||||
border-radius: 5px;
|
|
||||||
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
|
@ -103,8 +101,6 @@
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
padding: 5px 1px 5px 5px;
|
padding: 5px 1px 5px 5px;
|
||||||
|
|
||||||
border-radius: 5px 0 0 5px;
|
|
||||||
|
|
||||||
background-color: aquamarine;
|
background-color: aquamarine;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.posts {
|
.posts {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
margin: 0 0 2% 0;
|
margin: 0 0 2% 20px;
|
||||||
|
|
||||||
&__list {
|
&__list {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,10 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: $focus-blue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&--selected {
|
&--selected {
|
||||||
background-color: $focus-blue;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
.input {
|
.input {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
background-color: lighten($gainsboro, +4%);
|
|
||||||
border: 1px $border-gray solid;
|
border: 1px $border-gray solid;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue