-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.css
More file actions
58 lines (51 loc) · 1.02 KB
/
popup.css
File metadata and controls
58 lines (51 loc) · 1.02 KB
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
#title{
display:flex;
flex-direction: column;
align-items: center;
font-size: 18px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin:5px;
padding: 5px;
}
body{
background-color: #102C57;
color: #DAC0A3;
border-radius: 25px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif cursive;
height:150px;
width:250px;
}
#Add{
margin: 2px;
}
.Question-set-inputs-div{
display: flex;
flex-direction: column;
align-items: center;
margin: auto ;
margin-top:2px;
margin-bottom:2px;
}
.Question-set-btn{
border:0.5px;
border-radius: 10px;
margin: 5px;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #102C57;
font-weight: 200;
}
#Question-Set{
background-color: #EADBC8;
padding:5px;
margin: auto;
border-radius: 10px;
}
.Question-set-btn:hover{
background-color: #102C57;
color:#EADBC8;
transition: ease 0.3s;
}
.Question-set-inputs{
border: 0.5px;
border-radius: 5px;
}