minimal theme for Todo
parent
d02a012e39
commit
b262deb78a
|
@ -122,8 +122,8 @@
|
|||
@colortheme_profile-color: #fff;
|
||||
@colortheme_profile-warn: #cd2532;
|
||||
|
||||
@colortheme_todo-bg: #7bccd1;
|
||||
@colortheme_todo-color: #000;
|
||||
@colortheme_todo-bg: #999;
|
||||
@colortheme_todo-color: #3F4141;
|
||||
@colortheme_todo-warn: #cd2532;
|
||||
|
||||
@colortheme_oodoc-bg: #5170B5;
|
||||
|
|
|
@ -70,8 +70,8 @@
|
|||
}
|
||||
|
||||
.cp-app-todo-task {
|
||||
border: 1px solid black;
|
||||
padding: @spacing;
|
||||
padding: 0px @spacing;
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: white;
|
||||
|
|
Loading…
Reference in New Issue