Procházet zdrojové kódy

Including widget.pull

soyjavi před 13 roky
rodič
revize
01f79c57ca

+ 5 - 0
src/stylesheets/Lungo.theme.default.less

@@ -73,6 +73,11 @@ section > footer {
 
 section > article, section > [data-control="pull"] { background: #f4f5f5; }
 
+[data-control="pull"] {
+    color: #666;
+    text-shadow: 0 1px 0 white;
+}
+
 aside {
     color: #fff;
     background: @aside;

+ 0 - 2
src/stylesheets/Lungo.widgets.pull.less

@@ -7,8 +7,6 @@ section > [data-control="pull"] {
     width: 100%;
     height: 80px;
     padding: 10px 0;
-    color: #666;
-    text-shadow: 0 1px 0 white;
     text-align: center;
 
     & > .icon {

+ 4 - 0
src/stylesheets/css/Lungo.theme.default.css

@@ -57,6 +57,10 @@ section > article,
 section > [data-control="pull"] {
   background: #f4f5f5;
 }
+[data-control="pull"] {
+  color: #666;
+  text-shadow: 0 1px 0 white;
+}
 aside {
   color: #fff;
   background: #191919;

+ 1 - 1
vendor/build.sh

@@ -97,7 +97,7 @@ FILES_TO_COMPRESS=""
     DIR=$LUNGO_SOURCES"stylesheets/css/"
 
     echo -e "\033[33m  [DIR]: "$DIR" >> COMPRESSING"
-    FILES=(base layout layout.nav layout.aside layout.article layout.list layout.grid widgets widgets.splash widgets.button widgets.form widgets.colour widgets.loading widgets.notification)
+    FILES=(base layout layout.nav layout.aside layout.article layout.list layout.grid widgets widgets.splash widgets.button widgets.form widgets.colour widgets.loading widgets.notification widgets.pull)
     for file in "${FILES[@]}"
     do
         # echo "    - Compressing "$DIR$LUNGO_NAMESPACE$file".css ..."