forked from timea-solid/SolidPeriodTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
59 lines (51 loc) · 965 Bytes
/
Copy pathstyles.css
File metadata and controls
59 lines (51 loc) · 965 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
48
49
50
51
52
53
54
55
56
57
58
59
html {
height: 100vh;
min-width: 600px;
background-image: linear-gradient(130deg, #FFFFFF, #1C3F80);
background-repeat: no-repeat;
background-size: auto;
}
.container {
font-family: Tahoma, sans-serif;
font-size: 12px;
display: flex;
width: 600px;
justify-content: center;
flex-direction: column;
margin: auto;
}
.header {
box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
-webkit-box-shadow: 0px 1px 4px rgba(0,0.0,0.2) !important;
text-align: center !important;
color: #7C4DFF;
padding: 10px;
display: inline-flex;
width: 99%;
}
.header-left {
text-align: left;
margin-top: 0.67em;
width: 19%;
}
.header-center {
margin: auto;
}
@media screen and (max-width: 1000px) {
.header-right {
display: block !important;
}
}
.header-right {
display: inline-flex;
margin-top: 0.67em;
min-width: 19%;
}
.logo-img {
width: 50px;
}
.title {
color: #7C4DFF;
font-size: 2em;
line-height: 1em;
}