Ver código fonte

input styles

alexlcdee 7 anos atrás
pai
commit
d0f72fc612

+ 7 - 3
src/files/css/main.css

@@ -10246,8 +10246,11 @@ img {
   justify-content: center;
   align-content: center;
   align-items: center;
-  height: 30px;
-  padding: 0 10px; }
+  /* height: 30px; */
+  padding: 5px 10px 10px;
+  position: absolute;
+  right: 0;
+  background: #3c434c; }
 .header-search__inputcase {
   position: relative; }
   .header-search__inputcase--float {
@@ -10304,7 +10307,8 @@ img {
   width: calc(100% - 24px);
   color: #929292;
   opacity: 1;
-  font-size: 11px; }
+  font-size: 11px;
+  border: none; }
   .header-search input::-webkit-input-placeholder, .header-search__input::-webkit-input-placeholder {
     color: #929292;
     opacity: 1; }

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
src/files/css/main.css.map


+ 6 - 2
src/files/scss/_header-search.scss

@@ -28,8 +28,11 @@
         justify-content: center;
         align-content: center;
         align-items: center;
-        height: 30px;
-        padding: 0 10px;
+        /* height: 30px; */
+        padding: 5px 10px 10px;
+        position: absolute;
+        right: 0;
+        background: #3c434c;
     }
 
     &__inputcase {
@@ -104,6 +107,7 @@
         color: #929292;
         opacity: 1;
         font-size: 11px;
+        border: none;
 
         &::-webkit-input-placeholder {
             color: #929292;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff