tmp
This commit is contained in:
@ -25,6 +25,10 @@ a {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.f-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.pill {
|
||||
background: #171717;
|
||||
padding: 4px 8px;
|
||||
@ -80,10 +84,11 @@ a {
|
||||
.btn>span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
input[type="text"], textarea, input[type="datetime-local"] {
|
||||
input[type="text"], textarea, input[type="datetime-local"], input[type="password"] {
|
||||
font-family: inherit;
|
||||
border: unset;
|
||||
background-color: unset;
|
||||
@ -94,7 +99,7 @@ input[type="text"], textarea, input[type="datetime-local"] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.input {
|
||||
div.paper {
|
||||
background: #171717;
|
||||
border-radius: 16px;
|
||||
padding: 8px 16px;
|
||||
|
Reference in New Issue
Block a user