Skip to content

Commit 55cd427

Browse files
authored
CSS
Hojas de estilo general
1 parent 3b9301c commit 55cd427

File tree

100 files changed

+33450
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+33450
-0
lines changed

css/default.css

Lines changed: 807 additions & 0 deletions
Large diffs are not rendered by default.

css/font-awesome/css/font-awesome.css

Lines changed: 1338 additions & 0 deletions
Large diffs are not rendered by default.

css/font-awesome/css/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
61.4 KB
Binary file not shown.
37.3 KB
Binary file not shown.

css/font-awesome/fonts/fontawesome-webfont.svg

Lines changed: 414 additions & 0 deletions
Loading
78.8 KB
Binary file not shown.
43.4 KB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Bordered & Pulled
2+
// -------------------------
3+
4+
.@{fa-css-prefix}-border {
5+
padding: .2em .25em .15em;
6+
border: solid .08em @fa-border-color;
7+
border-radius: .1em;
8+
}
9+
10+
.pull-right { float: right; }
11+
.pull-left { float: left; }
12+
13+
.@{fa-css-prefix} {
14+
&.pull-left { margin-right: .3em; }
15+
&.pull-right { margin-left: .3em; }
16+
}

css/font-awesome/less/core.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Base Class Definition
2+
// -------------------------
3+
4+
.@{fa-css-prefix} {
5+
display: inline-block;
6+
font-family: FontAwesome;
7+
font-style: normal;
8+
font-weight: normal;
9+
line-height: 1;
10+
-webkit-font-smoothing: antialiased;
11+
-moz-osx-font-smoothing: grayscale;
12+
}

0 commit comments

Comments
 (0)