add variable for styles
This commit is contained in:
@@ -1066,7 +1066,7 @@
|
|||||||
.template-name-input {
|
.template-name-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid v.$border-color-1;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
transition: border-color 0.2s;
|
transition: border-color 0.2s;
|
||||||
@@ -1074,7 +1074,7 @@
|
|||||||
|
|
||||||
.template-name-input:focus {
|
.template-name-input:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.1);
|
box-shadow: 0 0 0 2px v.$shadow-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.template-preview {
|
.template-preview {
|
||||||
|
|||||||
Reference in New Issue
Block a user