-
Notifications
You must be signed in to change notification settings - Fork 0
/
pertinencia.sass
66 lines (56 loc) · 1.02 KB
/
pertinencia.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
54
55
56
57
58
59
60
61
62
63
64
65
66
.row
flex-direction: row
.row-reverse
flex-direction: row-reverse
.column
flex-direction: column
.column-reverse
flex-direction: column-reverse
/* Flex Container */
.container
//max-width: 400px
margin: 0 auto
display: flex
/* Flex Item */
.item
/* O flex: 1 é necessário para que cada item se expanda ocupando o tamanho máximo do container. */
flex: 1
//margin: 0 1px 0 1px
background: #02154B
text-align: center
font-size: 1.5em
.line
margin: 0
border-right: 1px solid white
border-left: 1px solid white
.title
max-height: 48px
font-size: 1em
white-space: nowrap
border-right: 1px solid white
border-left: 1px solid white
padding-left: 1.5px
padding-right: 1.5px
.button
background: #02154B
width: 25px
height: 25px
font-size: 23px
text-align: center
padding: 0
float: left
margin-left: 5px
cursor: pointer
color: white
h1
text-align: center
margin: 20px 0 0 0
font-size: 1.25em
font-weight: normal
body
font-family: monospace
color: white
form
color: black
#expression
width: 100%