regenerate style.css

This commit is contained in:
Thuan Bui
2017-10-11 22:29:35 +07:00
parent e98c2e62f4
commit b80ca6ccec
4 changed files with 815 additions and 7 deletions
+27 -5
View File
@@ -1,11 +1,11 @@
/*!
* Theme Name: YCB
* Theme URI: http://ycb.vn
* Theme Name: Business Pro
* Theme URI: http://www.seothemes.com/themes/business-pro/
* Description: A clean and modern WordPress theme for businesses.
* Author: Seo Themes
* Author URI: http://www.seothemes.com/
* Version: 1.0.0
* Text Domain: ycb
* Text Domain: business-pro
* Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready.
* Template: genesis
* Template Version: 2.5.2
@@ -840,6 +840,12 @@ img.alignright {
align-items: center;
max-width: 100%
}
.site-header .ubermenu {
-webkit-box-flex: 1;
-ms-flex: 1 1 40%;
-webkit-flex: 1 1 40%;
flex: 1 1 40%
}
.title-area {
margin: 0 auto 0 0;
position: relative;
@@ -884,7 +890,24 @@ img.alignright {
height: 5rem
}
.header-widget-area {
margin-right: 10vw
margin-right: 10vw;
-webkit-box-flex: 1;
-ms-flex: 1 1 40%;
-webkit-flex: 1 1 40%;
flex: 1 1 40%;
text-align: right;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center
}
.header-widget-area .simple-social-icons ul li a,
.header-widget-area .simple-social-icons ul li a:focus,
@@ -3028,7 +3051,6 @@ div.lSSlideOuter ul.testimonials-list li {
width: 100%
}
.site-header > .wrap {
padding: 0;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;