mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
slightly nicer list styling
This commit is contained in:
parent
30a149551d
commit
a257abd86f
1 changed files with 12 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
// They will automatically be included in application.css.
|
// They will automatically be included in application.css.
|
||||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||||
|
|
||||||
.bad { background-color:rgb(224, 102, 102); }
|
.bad { background-color:rgb(224, 102, 102); color:white; }
|
||||||
.iffy { background-color:rgb(246, 178, 107); }
|
.iffy { background-color:rgb(246, 178, 107); }
|
||||||
.ok { background-color:rgb(255, 217, 102); }
|
.ok { background-color:rgb(255, 217, 102); }
|
||||||
.good { background-color:rgb(147, 196, 125); }
|
.good { background-color:rgb(147, 196, 125); }
|
||||||
|
|
@ -10,14 +10,22 @@
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
min-width: 240px;
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel ul {
|
||||||
|
padding:0px;
|
||||||
|
margin-left:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.habit {
|
.habit {
|
||||||
list-style:none;
|
list-style:none;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
margin: 2px;
|
margin-bottom: 5px;
|
||||||
padding: 1px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.habit:hover {
|
.habit:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue