-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilos.css
More file actions
77 lines (63 loc) · 1.18 KB
/
estilos.css
File metadata and controls
77 lines (63 loc) · 1.18 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
body {
font-family: 'Kaushan Script', cursive;
font-size: 1.3em;
}
a.button {
z-index: 30;
}
.media-content a {
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
}
.navbar-item img {
max-height: 3rem;
}
.navbar-burger {
height: initial;
}
.navbar-burger span {
height: 3px;
}
.hero {
min-height: calc(100vh - 76px);
background-image: linear-gradient(to top, hsla(340, 95%, 50%,0.3) 0%,
hsla(317, 45%, 52%,0.1) 100%), url(img/headerBcg.jpeg);
background-position: center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
position: relative;
}
#dropdown-menu2 {
max-width: 18rem;
left: -65%;
}
.espaciadoPrecios {
padding-top: 10px;
border-left: 5px solid #fff;
}
table thead tr {
border-bottom: 20px solid #fff;
}
table tbody tr {
border-bottom: 20px solid #fff;
}
.title.is-4,
.media-content a {
color: #000;
}
.media-content a:hover,
.control a:hover {
color: hsla(340, 95%, 50%,0.3);
}
.trash {
display: block;
height: 100%;
width: 100%;
font-size: 2em;
margin-left: 15px;
color: #000;
}
.footer {
padding-bottom: 3rem;
}