alexlcdee 7 anni fa
parent
commit
9e8310ae48
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 1 1
      src/files/scss/_search.scss

+ 2 - 2
src/files/css/main.css

@@ -10338,13 +10338,13 @@ img {
   color: #D7D7D7; }
 .search-page__search-value {
   background: #ff0; }
-.search-page__search-not-found {
+.search-page__not-found {
   padding: 25px;
   background: #ebebeb;
   color: #929292;
   font-size: 32px;
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif; }
-  .search-page__search-not-found:before {
+  .search-page__not-found:before {
     display: inline-block;
     content: url(../img/lens.png);
     vertical-align: middle;

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 1 - 1
src/files/scss/_search.scss

@@ -13,7 +13,7 @@
         background: #ff0;
     }
 
-    &__search-not-found {
+    &__not-found {
         padding: 25px;
         background: #ebebeb;
         color: #929292;

Some files were not shown because too many files changed in this diff