-
Notifications
You must be signed in to change notification settings - Fork 2
/
Categorias.css
63 lines (62 loc) · 1.24 KB
/
Categorias.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
.active3 a{
background-color: #343638 !important;
}
#content{
background-color: #2b2c2d;
width: 90%;
align-items: center;
margin:0 auto;
padding: 1vh;
margin-bottom: -1rem;
border-radius: 20px 20px 0 0;
border-bottom: 20px solid;
border-color: gray;
position: relative;
}
.flex-container{
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
}
.flex-container > form {
width: 20rem;
height: 5rem;
margin: 1vh;
display: flex;
align-items: flex-end;
align-content: flex-start;
}
form > .form-control{
color: white;
background-color: #292b2d;
width: 20rem;
height: 5rem;
margin: 0 1rem 0;
}
form > .form-control > option:nth-child(2n + 1){
background-color: #45494c;
}
form > .form-control:focus{
border-color: white;
}
form > input[name=submit], form > input[name=submit]:hover, form > input[name=submit]:active, form > input[name=submit]:focus{
background-color: #2b2c2d;
border-color: white;
}
#content2{
background-color: #49505b;
width: 90%;
flex-grow: 0;
margin:0 auto;
padding: 1vh;
margin-bottom: 1rem;
border-radius: 0 0 20px 20px;
border-top: 20px solid;
border-color: gray;
position: relative;
}
#item{
width: 20rem;
height: 15rem;
margin: 1vh;
}