add roundness, fix inputs
This commit is contained in:
parent
17b25ef0e0
commit
bcc5084409
33 changed files with 150 additions and 150 deletions
|
|
@ -47,12 +47,9 @@
|
|||
font-size: 1rem;
|
||||
min-width: 15em;
|
||||
max-width: 95%;
|
||||
border-color: $fallback--border;
|
||||
border-color: var(--border, $fallback--border);
|
||||
border-color: var(--border);
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: $fallback--tooltipRadius;
|
||||
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
|
||||
|
||||
/* TODO cleanup this */
|
||||
.Status.Status {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue