commit
e91ed400cf
|
@ -8,14 +8,15 @@
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
outline: none;
|
outline: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 7px;
|
padding: 1rem;
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
border-bottom: 1px solid var(--secondary-text-color);
|
border-radius: 5px;
|
||||||
|
background-color: var(--search-bar-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ft-input-component ::-webkit-input-placeholder {
|
.ft-input-component ::-webkit-input-placeholder {
|
||||||
|
@ -24,7 +25,14 @@
|
||||||
|
|
||||||
.forceTextColor .ft-input {
|
.forceTextColor .ft-input {
|
||||||
color: var(--text-with-main-color);
|
color: var(--text-with-main-color);
|
||||||
border-bottom: 1px solid var(--text-with-main-color);
|
background-color: var(--primary-input-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.forceTextColor .ft-input:focus {
|
||||||
|
box-shadow: 0 0 1rem 0 var(--primary-input-color);
|
||||||
|
-moz-transition: box-shadow 0.2s ease-in-out;
|
||||||
|
-o-transition: box-shadow 0.2s ease-in-out;
|
||||||
|
transition: box-shadow 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forceTextColor ::-webkit-input-placeholder {
|
.forceTextColor ::-webkit-input-placeholder {
|
||||||
|
|
Loading…
Reference in New Issue