summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss')
-rwxr-xr-xplugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss40
1 files changed, 0 insertions, 40 deletions
diff --git a/plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss b/plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss
deleted file mode 100755
index 3461a537..00000000
--- a/plugins/wordpress-mobile-pack/admin/sass/modules/_settings.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-#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%;
- }
- }
- }
- }
- }
- }
-}