aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Ansum/_layout.scss')
-rw-r--r--p/themes/Ansum/_layout.scss45
1 files changed, 22 insertions, 23 deletions
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss
index 4d099ab4a..78431f462 100644
--- a/p/themes/Ansum/_layout.scss
+++ b/p/themes/Ansum/_layout.scss
@@ -6,31 +6,30 @@
/*===============*/
/*=== Header */
.header {
- padding: 0.5rem 1.35rem;
background: variables.$sid-bg;
- display: block;
- width: auto;
- height: 3.5rem;
- table-layout: none;
.item {
vertical-align: middle;
&.title {
- width: 280px;
- font-weight: 400;
-
a {
- img {
- margin: 0.6em 0 0.3em;
+ padding: 0.5rem 1rem;
+
+ .logo {
filter: invert(80%);
}
+
+ &:hover {
+ .logo {
+ filter: invert(80%) opacity(80%);
+ }
+ }
}
}
&.search {
input {
- width: 230px;
+ width: 350px;
color: variables.$sid-font-color;
border: none;
border-radius: 2px 0 0 2px;
@@ -43,9 +42,7 @@
}
&:focus {
- width: 350px;
color: variables.$grey-dark;
-
background-color: variables.$white;
}
}
@@ -81,10 +78,6 @@
}
&.configure {
- width: 3rem;
- position: absolute;
- right: 1rem;
- top: 1rem;
text-align: center;
.btn {
@@ -97,7 +90,7 @@
/*=== Body */
#global {
- height: calc(100% - 3.5rem);
+ height: calc(100vh - (calc(3rem + 2 * var(--frss-padding-top-bottom))));
}
/*=== Prompt (centered) */
@@ -214,7 +207,7 @@ main.prompt {
}
}
- .dropdown {
+ .dropdown:not(#dropdown-search-wrapper) {
a.dropdown-toggle {
border-left-width: 0;
background-image: url(icons/more.svg);
@@ -224,6 +217,12 @@ main.prompt {
}
}
}
+
+ #dropdown-search-wrapper.dropdown {
+ a.dropdown-toggle {
+ border-left-width: 0;
+ }
+ }
}
}
@@ -348,9 +347,7 @@ main.prompt {
}
a.close {
- padding: 0 15px;
border-radius: 0 3px 3px 0;
- line-height: 3em;
}
&.good a.close:hover {
@@ -362,11 +359,13 @@ main.prompt {
}
&#actualizeProgress {
- line-height: 2em;
-
br {
display: none;
}
+
+ .title {
+ margin: 0 2rem;
+ }
}
}