soyjavi 13 лет назад
Родитель
Сommit
c38dc36bb5
2 измененных файлов с 6 добавлено и 6 удалено
  1. 2 5
      src/stylesheets/lungo.base.styl
  2. 4 1
      src/stylesheets/lungo.widget.button.styl

+ 2 - 5
src/stylesheets/lungo.base.styl

@@ -105,14 +105,11 @@ body
   overflow-y: visible !important
   overflow-y: visible !important
 
 
   // @TODO: Why??
   // @TODO: Why??
-  /*
-  // -webkit-user-select:none
+  // -webkit-user-select: none
   // -webkit-touch-callout: none
   // -webkit-touch-callout: none
   // -webkit-box-orient: vertical
   // -webkit-box-orient: vertical
   // -webkit-box-align: stretch
   // -webkit-box-align: stretch
   // -webkit-tap-highlight-color: rgba(0,0,0,0)
   // -webkit-tap-highlight-color: rgba(0,0,0,0)
-
-  */
   display-box()
   display-box()
 
 
   & *
   & *
@@ -135,7 +132,7 @@ img
   font-size: 0
   font-size: 0
 
 
 // strong
 // strong
-//   font-weight: 600
+//   font-weight: bold
 
 
 table
 table
   border-collapse: collapse
   border-collapse: collapse

+ 4 - 1
src/stylesheets/lungo.widget.button.styl

@@ -29,7 +29,6 @@
       float: right
       float: right
 
 
   article &
   article &
-    font-size: 1.1em
     line-height: 2.5em
     line-height: 2.5em
     &.icon
     &.icon
       padding: 0 0.65em
       padding: 0 0.65em
@@ -42,11 +41,15 @@
       font-size: FONT_SIZE_LARGE
       font-size: FONT_SIZE_LARGE
     &.small
     &.small
       font-size: FONT_SIZE_SMALL
       font-size: FONT_SIZE_SMALL
+      line-height: 2.25em
     &.tiny
     &.tiny
       font-size: FONT_SIZE_TINY
       font-size: FONT_SIZE_TINY
+      line-height: 2.0em
+      padding: 0 0.6em
     &.anchor
     &.anchor
       width: 100%
       width: 100%
       position: relative
       position: relative
+      padding: 0
       &:not(.icon) .icon
       &:not(.icon) .icon
         position: absolute
         position: absolute
         left: 1.0em
         left: 1.0em