-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.scss
57 lines (55 loc) · 1 KB
/
main.scss
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
body{
background: url("AmTicket.jpg");
background-size: 100% 100%;
font-size: 62.5%;
background-repeat: no-repeat;
background-attachment: fixed;
}
p{
font-size: 3.2vh;
background: rgb(54, 54, 54);
color: white;
font-weight: lighter;
position: absolute;
right: 3.7%;
top: 47%;
}
#summon1{
border: none;
position: absolute;
bottom: 27.3%;
right: 3.1%;
background-color: rgba(0, 128, 0, 0.1);
border-radius: 50%;
width: 10%;
height: 18%;
}
#summon10{
position: absolute;
font-size: 5rem;
bottom: 3%;
right: 3.1%;
background-color: rgba(17, 54, 17, 0.1);
border-radius: 50%;
width: 10%;
height: 18%;
}
.modal-content{
background: url("https://i.imgur.com/k90kRJ5m.png");
background-size: contain;
color: white;
}
.close{
color: white;
opacity: 1;
&:hover{
color: aliceblue;
}
}
.modal-body{
text-align: center;
img{
height: 50vh;
width: 100%;
}
}