chore: border radii
This commit is contained in:
parent
df2acd2f84
commit
813021f082
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
::placeholder {
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
opacity: .5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="email"],
|
input[type="email"],
|
||||||
input[type="search"],
|
input[type="search"],
|
||||||
|
@ -10,6 +15,7 @@ textarea {
|
||||||
padding: .5rem !important;
|
padding: .5rem !important;
|
||||||
font-size: var(--font-size-base) !important;
|
font-size: var(--font-size-base) !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
border-radius: var(--rounded-md) !important;
|
||||||
/* necessary for pagefind overrides */
|
/* necessary for pagefind overrides */
|
||||||
|
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid var(--accent-color);
|
border: 1px solid var(--accent-color);
|
||||||
border-radius: var(--rounded-lg);
|
border-radius: var(--rounded-md);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition-property: border-color;
|
transition-property: border-color;
|
||||||
transition-timing-function: var(--transition-ease-in-out);
|
transition-timing-function: var(--transition-ease-in-out);
|
||||||
|
|
Reference in a new issue