fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add banner style.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_annoy.scss
diff --git
a/src/wolnelektury/static/2022/styles/layout/_annoy.scss
b/src/wolnelektury/static/2022/styles/layout/_annoy.scss
index
2415250
..
9ff6a0d
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_annoy.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_annoy.scss
@@
-116,7
+116,7
@@
.image-box {
position: relative;
img {
.image-box {
position: relative;
img {
- height: 1
60
px;
+ height: 1
59
px;
display: block;
@media screen and (max-width: 700px) {
display: block;
@media screen and (max-width: 700px) {
@@
-186,4
+186,22
@@
}
}
}
}
}
}
+ &.annoy-banner-style_crisis_quiet {
+ background: black;
+ color: white;
+ .annoy-banner-inner {
+ align-items: center;
+
+ .text-box {
+ .text {
+ background: none;
+ padding: 0;
+ border: none;
+ a {
+ color: #ffd430;
+ }
+ }
+ }
+ }
+ }
}
}