|
@@ -68,8 +68,8 @@
|
|
|
--color-result-search-url-border: #ddd;
|
|
|
--color-result-search-url-font: #000;
|
|
|
// Images Colors
|
|
|
- --color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
|
|
|
- --color-result-image-span-font: #fff;
|
|
|
+ --color-result-image-span-font: #444;
|
|
|
+ --color-result-image-span-font-selected: #fff;
|
|
|
--color-result-image-background: #fff;
|
|
|
/// Settings Colors
|
|
|
--color-settings-tr-hover: #f7f7f7;
|
|
@@ -179,8 +179,8 @@
|
|
|
--color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
|
|
|
--color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
|
|
|
// Images Colors
|
|
|
- --color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
|
|
|
- --color-result-image-span-font: #fff;
|
|
|
+ --color-result-image-span-font: #bbb;
|
|
|
+ --color-result-image-span-font-selected: #222;
|
|
|
--color-result-image-background: #222;
|
|
|
/// Settings Colors
|
|
|
--color-settings-tr-hover: #2d2d2d;
|
|
@@ -230,9 +230,11 @@
|
|
|
@results-gap: 5rem;
|
|
|
@results-margin: 0.125rem;
|
|
|
@result-padding: 1rem;
|
|
|
+@results-image-row-height: 12rem;
|
|
|
+@results-image-row-height-phone: 6rem;
|
|
|
@search-width: 40rem;
|
|
|
// heigh of #search, see detail.less
|
|
|
-@search-height: 7.75rem;
|
|
|
+@search-height: 7.6rem;
|
|
|
|
|
|
/// Device Size
|
|
|
/// @desktop > @tablet
|