-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.sass
executable file
·53 lines (50 loc) · 1.34 KB
/
master.sass
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
48
49
50
51
52
53
*
margin: 0
padding: 0
box-sizing: border-box
.wraper
display: flex
flex-direction: column
align-items: center
width: 100%
height: 100vh
background: linear-gradient(135deg, rgba(220,54,245,1) 0%, rgba(245,12,105,1) 1%, rgba(39,230,182,0.98) 100%)
.headder
display: flex
width: 100%
height: 100px
background: grey
button
background: red
.content
display: flex
flex-direction: row
flex-wrap: wrap
justify-content: center
width: 100%
height: 100%
.content__note
display: flex
flex-direction: column
width: 25%
height: 25%
padding: 20px
.content__note__headder
display: flex
width: 100%
height: 25px
background: white
justify-content: space-around
button
width: 20px
height: 20px
border-radius: 100%
background: lightgreen
p
color: red
font-size: 15px
textarea
width: 100%
height: 100%
border: none
background: lightyellow