-
Notifications
You must be signed in to change notification settings - Fork 0
/
rercursos-de-matemticas.css
165 lines (148 loc) · 3.37 KB
/
rercursos-de-matemticas.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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
.navigation-links-nav {
flex: 0 0 auto;
display: flex;
align-items: center;
flex-direction: row;
}
.navigation-links-navlink {
margin-left: var(--dl-space-space-twounits);
text-decoration: none;
}
.navigation-links-navlink1 {
margin-left: var(--dl-space-space-twounits);
text-decoration: none;
}
@media(max-width: 767px) {
.navigation-links-nav {
align-items: flex-start;
flex-direction: column;
}
.navigation-links-navlink {
margin-left: 0;
margin-bottom: var(--dl-space-space-unit);
}
.navigation-links-navlink1 {
margin-left: 0;
margin-bottom: var(--dl-space-space-unit);
}
}
.rercursos-de-matemticas-container {
width: 100%;
display: flex;
overflow: auto;
min-height: 100vh;
align-items: center;
flex-direction: column;
}
.rercursos-de-matemticas-container1 {
width: 100%;
display: flex;
overflow: auto;
position: relative;
min-height: 100vh;
align-items: center;
flex-direction: column;
}
.rercursos-de-matemticas-header {
width: 100%;
display: flex;
max-width: var(--dl-size-size-maxwidth);
align-items: center;
padding-top: var(--dl-space-space-twounits);
padding-left: var(--dl-space-space-threeunits);
padding-right: var(--dl-space-space-threeunits);
flex-direction: column;
padding-bottom: var(--dl-space-space-twounits);
}
.rercursos-de-matemticas-navlink {
display: contents;
}
.rercursos-de-matemticas-image {
width: 249px;
height: 116px;
text-decoration: none;
}
.rercursos-de-matemticas-separator {
width: 100%;
height: 1px;
margin-top: var(--dl-space-space-oneandhalfunits);
margin-bottom: var(--dl-space-space-oneandhalfunits);
background-color: var(--dl-color-gray-900);
}
.rercursos-de-matemticas-accordion-header {
display: flex;
align-items: center;
flex-direction: column;
}
.rercursos-de-matemticas-icon {
width: var(--dl-size-size-xsmall);
height: var(--dl-size-size-xsmall);
display: none;
}
.rercursos-de-matemticas-accordion-content {
display: flex;
overflow: hidden;
max-height: 0;
transition: 0.3s ease-in-out;
align-items: center;
flex-direction: column;
}
.rercursos-de-matemticas-nav1 {
display: flex;
align-items: center;
flex-direction: column;
}
.rercursos-de-matemticas-link {
display: contents;
}
.rercursos-de-matemticas-image1 {
top: 35px;
right: 75px;
width: 93px;
height: 93px;
position: absolute;
object-fit: cover;
text-decoration: none;
}
.rercursos-de-matemticas-link1 {
display: contents;
}
.rercursos-de-matemticas-image2 {
top: 35px;
left: 75px;
width: 108px;
height: 105px;
position: absolute;
object-fit: cover;
text-decoration: none;
}
@media(max-width: 991px) {
.rercursos-de-matemticas-nav1 {
padding-top: 16px;
}
}
@media(max-width: 767px) {
.rercursos-de-matemticas-header {
padding-left: var(--dl-space-space-twounits);
padding-right: var(--dl-space-space-twounits);
}
.rercursos-de-matemticas-separator {
margin-top: var(--dl-space-space-oneandhalfunits);
margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.rercursos-de-matemticas-nav {
display: none;
}
.rercursos-de-matemticas-icon {
display: flex;
}
}
@media(max-width: 479px) {
.rercursos-de-matemticas-header {
padding: var(--dl-space-space-unit);
}
.rercursos-de-matemticas-separator {
margin-top: var(--dl-space-space-unit);
margin-bottom: var(--dl-space-space-unit);
}
}