mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Move transitionStyle into a var
This commit is contained in:
parent
665c60b799
commit
3008f00d7d
1 changed files with 4 additions and 1 deletions
|
|
@ -37,6 +37,9 @@
|
|||
|
||||
/* Border radius */
|
||||
--borderRadius: 2px;
|
||||
|
||||
/* Transitions */
|
||||
--transitionStyle: ease-in 0.2s;
|
||||
}
|
||||
|
||||
/* ================ Custom media queries ================ */
|
||||
|
|
@ -268,7 +271,7 @@ input {
|
|||
border-bottom-color: var(--marketplaceColor);
|
||||
border-radius: 0;
|
||||
|
||||
transition: border-bottom-color ease-in 0.2s;
|
||||
transition: border-bottom-color var(--transitionStyle);
|
||||
|
||||
&::placeholder {
|
||||
color: var(--matterColorAnti);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue