More style adjustments
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #f6b24f;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
width: 100%;
|
||||
display: block;
|
||||
@@ -83,14 +82,22 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.chip {
|
||||
background: #c5dff1;
|
||||
background: #f1dfc5;
|
||||
color: #2c1c0d;
|
||||
padding: 4px 8px;
|
||||
padding: 2px 8px;
|
||||
border-radius: 999px;
|
||||
font-size: 12px;
|
||||
min-width: 30px;
|
||||
height: 30px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
button .chip {
|
||||
cursor: pointer;
|
||||
}
|
||||
.chip.icon {
|
||||
padding: 2px;
|
||||
width: 30px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.chip.danger-chip {
|
||||
background: #e0564f;
|
||||
border: 1px solid #c54740;
|
||||
|
||||
Reference in New Issue
Block a user