forked from jgthms/css-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathff.sass
More file actions
47 lines (43 loc) · 853 Bytes
/
Copy pathff.sass
File metadata and controls
47 lines (43 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.ff
align-items: center
background-color: $fortyfour
color: #fff
display: flex
justify-content: center
overflow: hidden
padding: 1rem
position: relative
strong
color: currentColor
.tag
margin-right: 0.5em
.button
position: relative
transform-origin: center
transition-duration: $speed
transition-property: transform
white-space: nowrap
&:hover
.button
transform: scale(1.1)
.ff-background
+overlay
background-image: url("/images/fortyfour-background.jpg")
background-position: center center
background-size: cover
opacity: 0.5
.ff-text
line-height: 1.25
margin-right: 0.5rem
position: relative
.ff-button
display: inline-block
flex-shrink: 0
height: 34px
position: relative
width: 145px
img
max-height: 100%
+from(480px)
.ff-text
margin-right: 1rem