fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Editable media inserts.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_button.scss
diff --git
a/src/wolnelektury/static/2022/styles/layout/_button.scss
b/src/wolnelektury/static/2022/styles/layout/_button.scss
index
275e5a6
..
78b33bb
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_button.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_button.scss
@@
-1,17
+1,16
@@
.l-button {
&.l-button--media {
.l-button {
&.l-button--media {
- @include font-size(1
6
px);
+ @include font-size(1
4
px);
border: 2px solid #D5ECED;
border-radius: 5px;
border: 2px solid #D5ECED;
border-radius: 5px;
- padding: 1
9px 2
0px;
+ padding: 10px;
cursor: pointer;
transition: all $ease-dynamic 350ms;
background-color: $color-white;
outline: 0;
font-weight: bold;
cursor: pointer;
transition: all $ease-dynamic 350ms;
background-color: $color-white;
outline: 0;
font-weight: bold;
- font-size: 16px;
- line-height: 20px;
+ line-height: 17.6px;
display: flex;
align-items: center;
text-align: center;
display: flex;
align-items: center;
text-align: center;
@@
-19,6
+18,12
@@
color: #007880;
font-family: $base-font;
color: #007880;
font-family: $base-font;
+ @include rwd($break-flow) {
+ @include font-size(16px);
+ line-height: 20px;
+ padding: 19px 20px;
+ }
+
.icon {
font-size: 21px;
margin-right: 15px;
.icon {
font-size: 21px;
margin-right: 15px;
@@
-48,13
+53,13
@@
letter-spacing: -0.01em;
font-weight: $semibold;
text-align: center;
letter-spacing: -0.01em;
font-weight: $semibold;
text-align: center;
- @include font-size(
25
px);
+ @include font-size(
18
px);
line-height: 140%;
padding: 5px 20px;
transition: all $ease-dynamic 350ms;
line-height: 140%;
padding: 5px 20px;
transition: all $ease-dynamic 350ms;
- @include rwd(
tablet
) {
- @include font-size(
18
px);
+ @include rwd(
$break-flow
) {
+ @include font-size(
25
px);
}
&:hover {
}
&:hover {