Fix: changed outlines to box-shadow

This commit is contained in:
nizune
2021-07-05 21:06:08 +02:00
parent a9e6f9073a
commit d636168908
7 changed files with 20 additions and 10 deletions

View File

@@ -312,7 +312,7 @@
}
.label {
margin: 0 0 6px 0;
margin-bottom: 8px;
color: var(--primary-text);
font-size: 12px;
font-weight: 600;

View File

@@ -6,6 +6,10 @@
.name {
flex-grow: 1;
h3 {
margin-top: 0;
}
input {
width: 100%;
}