Less float & less html is mobile view profit

This commit is contained in:
djmaze 2021-02-08 21:19:58 +01:00
parent 004378ed8c
commit 57158bd55a
17 changed files with 71 additions and 91 deletions

View file

@ -21,15 +21,23 @@
background-color: #fff;
text-align: left;
border: 1px solid transparent;
border-radius: 2px;
border-radius: 3px;
position: relative;
&.user {
background-color: #fffddd;
border-color: #fff555;
background-color: #ffd;
border-color: #ff5;
}
&.selected {
background-color: #f5f5f5;
border-color: #ccc;
background-color: #efe;
border-color: #9c9;
}
&.selected::after {
content: "✔";
color: #080;
position: absolute;
right: 4px;
font-family: snappymail;
}
&:hover {
background-color: #eee;