Last change
on this file since 0f5aa27 was e6c2521, checked in by darsov2 <62809499+darsov2@…>, 10 months ago |
images upload/download impl, other fixes
|
-
Property mode
set to
100644
|
File size:
829 bytes
|
Line | |
---|
1 | .App {
|
---|
2 | text-align: center;
|
---|
3 | }
|
---|
4 |
|
---|
5 |
|
---|
6 |
|
---|
7 |
|
---|
8 | .App-logo {
|
---|
9 | height: 40vmin;
|
---|
10 | pointer-events: none;
|
---|
11 | }
|
---|
12 |
|
---|
13 | @media (prefers-reduced-motion: no-preference) {
|
---|
14 | .App-logo {
|
---|
15 | animation: App-logo-spin infinite 20s linear;
|
---|
16 | }
|
---|
17 | }
|
---|
18 |
|
---|
19 | .App-header {
|
---|
20 | background-color: #282c34;
|
---|
21 | min-height: 100vh;
|
---|
22 | display: flex;
|
---|
23 | flex-direction: column;
|
---|
24 | align-items: center;
|
---|
25 | justify-content: center;
|
---|
26 | font-size: calc(10px + 2vmin);
|
---|
27 | color: white;
|
---|
28 | }
|
---|
29 |
|
---|
30 | .App-link {
|
---|
31 | color: #61dafb;
|
---|
32 | }
|
---|
33 |
|
---|
34 | .ikona {
|
---|
35 | vertical-align: middle;
|
---|
36 | display: inline-block;
|
---|
37 | }
|
---|
38 |
|
---|
39 | .temno {
|
---|
40 | color: #1A5F7A;
|
---|
41 | font-weight: 800;
|
---|
42 | font-size: 1.5rem;
|
---|
43 | }
|
---|
44 |
|
---|
45 | .svetlo {
|
---|
46 | color: #57C5B6;
|
---|
47 | font-weight: 500;
|
---|
48 | font-size: 1.5rem;
|
---|
49 | }
|
---|
50 |
|
---|
51 | .tab-item {
|
---|
52 |
|
---|
53 | }
|
---|
54 |
|
---|
55 | .img-link {
|
---|
56 | text-decoration: none;
|
---|
57 | }
|
---|
58 |
|
---|
59 | @keyframes App-logo-spin {
|
---|
60 | from {
|
---|
61 | transform: rotate(0deg);
|
---|
62 | }
|
---|
63 | to {
|
---|
64 | transform: rotate(360deg);
|
---|
65 | }
|
---|
66 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.