aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/style.scss
blob: 81c5a9887654bd90ce2f7d21e1c3d23fa0910d63 (plain)
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
@charset "utf-8";
/*!
 * bulma css framework (github.com/jgthms | bulma.io)
 * Author: jeremy thomas
 * Author: jesus e.
 * Version: 1.0.1
 * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE)
 */

/* basic formatting changes (mostly to cater for darker colours) */

// base.scss
@import 'tipografia';

// variables
@import "variables";

// Header
@import "header";

// Elements
@import "elements";

// Hilite
@import "hilite";

// Icons
@import "icons";

// Contenedor o main
@import "main";

// Enlaces
@import "links";

// Button
@import "button";

// Pagination
@import "pagination";

// Footer
@import "footer";

// Comentarios
@import "comments";

// Mediaqueries
@import "mediaqueries";