-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
69 lines (63 loc) · 1.33 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
/*div {
background-color: indigo lighten-4;
}*/
div {
padding: 20px 50px;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
html {
font-family: "Courier New", Courier, monospace;
}
.center .hide-on-med-and-down {
font-size: 20px;
font-weight: 100;
}
.btn, .btn-large {
background-color: #e91e63 !important;
}
.font-size {
font-size: 30px;
}
.center .font-weight {
font-weight: bold;
}
.artistName {
color: white-text;
}
.collection {
border-color: transparent;
}
.collection-item {
color: white-text;
}
.collection .artistEvents {
color: black;
}
/*.alert {
padding: 20px;
background-color: #e91e63; /* Red */
/*color: white;
margin-bottom: 15px;
}*/
/* The close button */
/*.closebtn {
margin-left: 20px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}*/
/* When moving the mouse over the close button */
/*.closebtn: hover {
color: black;
/*}