Add some variables to the scss files
Use the period API call for the program schema
This commit is contained in:
8
resources/assets/sass/components/_input.scss
vendored
8
resources/assets/sass/components/_input.scss
vendored
@@ -1,14 +1,16 @@
|
||||
@use "../abstracts/variables" as *;
|
||||
|
||||
.input_container {
|
||||
border: 1px solid #efefef;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
background-color: $element-bg;
|
||||
display: flex;
|
||||
height: 48px;
|
||||
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.25;
|
||||
color: #1a1a1a;
|
||||
color: $text-color;
|
||||
|
||||
.input_prefix, .input_postfix {
|
||||
padding: 13px 10px 13px 15px;
|
||||
@@ -22,6 +24,6 @@
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 1.25;
|
||||
color: #1a1a1a;
|
||||
color: $text-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user