-
Notifications
You must be signed in to change notification settings - Fork 0
/
_navaPages.scss
90 lines (80 loc) · 1.66 KB
/
_navaPages.scss
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
.breadcrumb{
background-color: #35373B;
border-radius: 0%;
margin-bottom: 0;
.breadcrumb-item{
color: gold;
font-size: 13px;
}
.item-home{
a{
color: white;
}
}
}
// portada
.seccionPortada__img{
background-color: #E9EAED;
width: 96px;
height: 98px;
border-radius: 25px;
margin-right: 30px;
margin-left: 40px;
img{
width: 80%;
height: 80%;
margin: 10px;
}
}
.seccionPortada__title{
width: 270px;
color: #E9EAED;
font-family: Helvetica;
font-size: 17pt;
}
//PORTADAS-PAGINAS
.seccionPortada-deportes{
background-image: url(images/fondoDeportes.jpg);
background-position:center;
}
.seccionPortada-electronica{
background-image: url(images/fondeElectronica.jpg);
background-position-y: 350px;
background-size: cover;
}
.seccionPortada-gaming{
background-image: url(images/fondoPlay.jpg);
background-position-x: 100px;
background-position-y: 370px;
}
#seccionPortada{
width: 100%;
height: 125px;
display: flex;
flex-direction: row;
align-items: center;
}
#seccion-deportes p{
width: 500px;
padding-top: 110px;
font-size: 28pt;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: white;
}
// SUBMENU
.container__submenu{
display: flex;
flex-direction: row;
justify-content: center;
background-color: #E9EAED;
margin-bottom: 10px;
margin-top: 5px;
.btn-outline-dark{
width: 110px;
margin: 5px;
}
.btn-outline-dark:hover{
background-color: #FFAD00;
transition: all 400ms;
}
}