-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
122 lines (102 loc) · 1.87 KB
/
style.css
File metadata and controls
122 lines (102 loc) · 1.87 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body {
background-color: #d6e1fd;
font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
}
.container {
background-color: white;
display: flex;
flex-direction: column;
border-radius: 15px;
width: 30%;
text-align: center;
align-items: center;
margin-top: 1rem;
}
.order {
font-size: 1.1rem;
font-weight: bold ;
margin-top: 1.3rem;
}
.attribution {
margin-top: 1rem;
}
.plano-musical {
border-radius: 15px;
}
.menina-fone {
border-radius: 15px 15px 0px 0px;
}
.plano-musical {
display: flex;
justify-content: space-between;
background-color: #f6f7ff;
width: 80%;
font-family: Arial, Helvetica, sans-serif;
align-items: center;
padding: 0.3rem 0.8rem ;
}
.preco-plano {
color: rgb(104, 98, 98);
font-size: 0.8rem;
}
b {
color: black;
font-size: 0.8rem;
}
.change {
border: none;
background-color:#f6f7ff;
color: rgb(17, 17, 176);
text-decoration: underline;
font-weight: bold ;
cursor: pointer;
font-size: 0.68rem;
}
.change:hover {
color: rgb(127, 127, 253);
}
.text1 {
color: #7b7c7f;
line-height: 1.1rem;
font-size: 0.8rem;
margin-top: 1rem;
margin-bottom: 1rem;
margin: 1.6rem;
}
.botao-roxo {
border: none;
margin-top: 2rem;
background-color:rgb(127, 127, 253);
color: white;
width: 80%;
border-radius: 7px;
font-size: 0.7rem;
height: 1.7rem;
font-weight: bold ;
cursor: pointer;
box-shadow: 2px 7px 7px #cdd0d8;
}
.botao-roxo:hover {
background-color: rgb(150, 150, 248);
}
.cancel {
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 0.7rem;
font-weight: bold ;
cursor: pointer;
}
.music {
width: 2rem;
}
.menina-fone {
width: 100%;
}
@media (max-width: 550px){
.container {
width: 85%;
}
}