forked from ashwinexe/J.A.N.U.S
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
106 lines (91 loc) · 1.85 KB
/
styles.css
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
margin: 0;
min-height: 180px;
padding: 0;
width: 384px;
}
h2 {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
margin: 0;
color: #FFF;
}
a:link, a:visited {
color: black;
outline: 0;
text-decoration: none;
}
img {
width: 20px;
}
.modal-header {
display: flex;
justify-content: space-around;
align-items: center;
background-color: #11224D;
padding: 0;
}
.modal-content {
align-items: center;
}
.modal-icons {
border-top: 0.5px solid #dadada;
height: 50px;
width: 100%;
}
.logo {
padding: 16px;
}
.logo-icon {
vertical-align: text-bottom;
margin-right: 12px;
}
.version {
color: #444;
font-size: 18px;
}
.flex {
opacity: 1;
transition: opacity 0.2s ease-in-out;
width: 120px;
}
.flex:hover {
opacity: 0.4;
}
.button {
display: flex;
flex-direction: column;
margin: 15px;
padding: 10px;
}
.settings_page {
display: block;
padding: 10px;
background-color: #11224D;
color: white;
width: 385px;
/* height: 200px; */
}
.custom_row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-basis: 100%;
flex: 1;
padding: 15px;
}
.custom_column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
.info {
width: 150px;
}
.form-check {
margin-left: 10px;
}