-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrate.css
74 lines (74 loc) · 1.32 KB
/
rate.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
form
{
background-color: rgb(186, 186, 211);
width: 30%;
padding: 20px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
border-radius: 10px;
margin: 10px auto ;
text-decoration: none;
}
form i
{
margin-left: 20px;
font-size: 20px;
}
form i:hover
{
color:#fc0;
cursor: pointer;
}
form button
{
margin-left: 80%;
border: none;
background-color: rgb(167, 163, 163);
padding: 5px;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
form button:hover
{
cursor: pointer;
}
.rate--content
{
/* display: none; */
width: 400px;
height: 150px;
margin-left: 250px;
}
.selected{
color: yellow;
}
.Unselected{
color: black;
}
.rate--comments
{
width: 90%;
height: 50px;
border: none;
margin-left: 19px;
box-shadow: rgba(50, 50, 93, 0.25)
0px 2px 5px -1px, rgba(0, 0, 0, 0.3)
0px 1px 3px -1px;
border-radius: 4px;
padding-left:20px ;
}
.rate--comments:focus
{
outline: none;
}
/* @media screen and (min-width: 480px) { */
/* form{
padding: 20px;
padding-left: 0px;
width: 200px;
}
.rate--comments
{
width: 150px;
}
} */