| author | Alexandre Segura <mex.zktk@gmail.com> |
| Wed, 31 May 2017 17:51:54 +0200 | |
| changeset 12 | 48ddaa42b810 |
| parent 5 | 5c91bfa8fcde |
| child 18 | dab2a16500e0 |
| permissions | -rw-r--r-- |
| 2 | 1 |
.App { |
2 |
text-align: center; |
|
3 |
} |
|
4 |
||
5 |
.App-logo { |
|
6 |
animation: App-logo-spin infinite 20s linear; |
|
7 |
height: 80px; |
|
8 |
} |
|
9 |
||
10 |
.App-header { |
|
11 |
background-color: #222; |
|
12 |
height: 150px; |
|
13 |
padding: 20px; |
|
14 |
color: white; |
|
15 |
} |
|
16 |
||
17 |
.App-intro { |
|
18 |
font-size: large; |
|
19 |
} |
|
20 |
||
| 5 | 21 |
.toolbar-menu { |
22 |
padding: 1px 0 17px 18px; |
|
|
12
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
23 |
// margin: 0 -20px; |
| 5 | 24 |
border-bottom: 2px solid #eee; |
25 |
margin-bottom: 20px; |
|
26 |
.button { |
|
27 |
color: #ccc; |
|
28 |
cursor: pointer; |
|
29 |
} |
|
30 |
||
31 |
.button[data-active="true"] { |
|
32 |
color: black; |
|
33 |
} |
|
34 |
} |
|
35 |
||
|
12
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
36 |
.editor-wrapper { |
|
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
37 |
border: 1px solid #efefef; |
|
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
38 |
padding: 20px; |
|
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
39 |
} |
|
48ddaa42b810
Draft implementation of sessions.
Alexandre Segura <mex.zktk@gmail.com>
parents:
5
diff
changeset
|
40 |
|
| 5 | 41 |
|
| 2 | 42 |
@keyframes App-logo-spin { |
43 |
from { transform: rotate(0deg); } |
|
44 |
to { transform: rotate(360deg); } |
|
45 |
} |