get_my/client/main.css

27 lines
378 B
CSS
Raw Normal View History

2022-08-04 19:50:18 -05:00
body {
padding: 10px;
font-family: sans-serif;
}
.clickable, .closeIcon, .dispo {
cursor: pointer;
}
li.collection-item {
font-size: 20px;
}
li.collection-item.addNew {
background-color: rgb(218, 218, 218);
color: #343434;
}
li.collection-item:active {
background-color: #bebebe;
}
strike {
text-decoration-thickness: 3px;
text-decoration-color: red;
}