fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Experimental book page layout.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2021
/
css
/
layout
/
_button.scss
1
.l-button {
2
&.l-button--media {
3
letter-spacing: -0.01em;
4
color: $color-primary;
5
font-weight: $bold;
6
@include font-size(16px);
7
line-height: 19px;
8
border: 4px solid $color-primary;
9
border-radius: 10px;
10
padding: 19px 20px;
11
cursor: pointer;
12
transition: all $ease-dynamic 350ms;
13
14
&:hover,
15
&.l-button--media--full {
16
color: $color-white;
17
background: $color-primary;
18
}
19
}
20
}