fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tag description update API
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
components
/
_support.scss
diff --git
a/src/wolnelektury/static/2022/styles/components/_support.scss
b/src/wolnelektury/static/2022/styles/components/_support.scss
index
45d425f
..
76ff590
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/components/_support.scss
+++ b/
src/wolnelektury/static/2022/styles/components/_support.scss
@@
-37,6
+37,10
@@
$darkteal: #083F4D;
margin: 0;
font-size: 0;
position: relative;
margin: 0;
font-size: 0;
position: relative;
+
+ img {
+ width: 270px;
+ }
}
a {
}
a {
@@
-50,12
+54,12
@@
$darkteal: #083F4D;
justify-content: center;
text-align: center;
padding: 12px 22px 14px 28px;
justify-content: center;
text-align: center;
padding: 12px 22px 14px 28px;
- background: $
green
;
+ background: $
color-yellow
;
border-radius: 5px;
transition: all $ease-dynamic 350ms;
&:hover {
border-radius: 5px;
transition: all $ease-dynamic 350ms;
&:hover {
- background: $
color-yellow
;
+ background: $
green
;
}
}
}
}
}
}