ソースを参照

Merged styles

Javi Jimenez Villar 13 年 前
コミット
05b9446863

+ 0 - 31
src/stylesheets/lungo.widgets.splash.styl

@@ -1,31 +0,0 @@
-/**
- * Stylesheet
- *
- * @namespace Lungo.Widgets
- * @class Splash
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- */
-
-@import "constants.styl"
-
-body > section > article.splash
-  text-align: center
-  padding: (INDENT * 2)
-
-  & .logo
-    height: 20%
-    margin: 20% 0 10% 0
-    font-size: 2.2em
-
-  & .button
-    margin-top: INDENT
-    margin-bottom: INDENT
-
-  & .copyright
-    position: absolute
-    width: 100%
-    bottom: 8px
-    left: 0px
-    font-size: FONT_SIZE_TINY
-    padding: 0px

+ 0 - 43
src/stylesheets/lungo.widgets.text.styl

@@ -1,43 +0,0 @@
-/**
- * Stylesheet
- *
- * @namespace Lungo.Widgets
- * @class text
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- */
-
-@import "constants.styl"
-
-.text
-  &.thin
-    font-weight: 300
-  &.normal
-    font-weight: 400
-  &.bold
-    font-weight: 600
-  &.extra-bold
-    font-weight: 700
-  &.italic
-    font-style: italic
-  &.underline
-    text-decoration: underline
-  &.line-through
-    text-decoration: line-through
-  &.align_left
-    text-align: left
-  &.align_right
-    text-align: right
-  &.align_center
-    text-align: center
-  &.align_justify
-    text-align: justify
-
-  &.tiny
-    font-size: 0.8em
-  &.small
-    font-size: FONT_SIZE_SMALL
-  &.big
-    font-size: FONT_SIZE_BIG
-  &.opacity
-    opacity: 0.5