diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-02-05 13:56:01 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-02-05 13:56:01 -0500 |
commit | ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa (patch) | |
tree | c4a1ffb39043a38a3e3af1e0f27746820c659da0 /plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss | |
parent | updating jetpack plugin (diff) | |
download | blogs-gentoo-ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa.tar.gz blogs-gentoo-ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa.tar.bz2 blogs-gentoo-ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa.zip |
Update plugin wordpress-mobile-pack 2.2.8
Diffstat (limited to 'plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss')
-rwxr-xr-x | plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss | 72 |
1 files changed, 40 insertions, 32 deletions
diff --git a/plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss b/plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss index 60e76548..3461a537 100755 --- a/plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss +++ b/plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss @@ -1,32 +1,40 @@ -#wmpack-admin{
- .settings{
- display: table;
-
- .left-side{
- width: 100%;
- display: table;
- vertical-align: top;
-
- .details{
- padding: 30px;
- background-color: $box-color;
-
- h2.title{
- font-family: 'OlRoundGothicLight', sans-serif;
- font-size: 25px;
- line-height: normal;
- color: $base-text-color;
- }
- .display-mode{
-
- p, label{
- font-family: 'AcordeRegular', sans-serif;
- font-size:15px;
- line-height: normal;
- color: $base-text-color;
- }
- }
- }
- }
- }
-}
\ No newline at end of file +#wmpack-admin{ + .settings{ + display: table; + + .left-side{ + width: 100%; + display: table; + vertical-align: top; + + .details{ + padding: 30px; + background-color: $box-color; + + h2.title{ + font-family: 'OlRoundGothicLight', sans-serif; + font-size: 25px; + line-height: normal; + color: $base-text-color; + } + .display-mode{ + + p, label{ + font-family: 'AcordeRegular', sans-serif; + font-size:15px; + line-height: normal; + color: $base-text-color; + } + + .notices-container { + width: 465px; + + .notice { + max-width: 90%; + } + } + } + } + } + } +} |