From fbbc92e4c98a30e107fb2a63887f8b6d20bffabb Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 14 Jun 2017 17:01:13 -0700 Subject: Update themes and started theme settings --- app/src/main/assets/css/themes/main.scss | 87 -------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 app/src/main/assets/css/themes/main.scss (limited to 'app/src/main/assets/css/themes/main.scss') diff --git a/app/src/main/assets/css/themes/main.scss b/app/src/main/assets/css/themes/main.scss deleted file mode 100644 index d4bba560..00000000 --- a/app/src/main/assets/css/themes/main.scss +++ /dev/null @@ -1,87 +0,0 @@ -@import "../core/colors"; -@import "../core/base"; - -#viewport { - background: $background !important; -} - -body, #root, #header, .aclb, ._55wo, ._1upc, input, ._2f9r, ._59e9, -._d4i, -.acw, ._3f50, -._uww, textarea, ._15n_, ._skt, ._5f28, ._14_j, ._3bg5, ._53_-, ._52x1 { - background: $bg_transparent !important; -} - -.jewel, .flyout { - background: $bg_opaque !important; -} - -button::before, .touch ._56bt, ._56be::before, .btnS, .touch::before, -._5xo2, ._5u5a::before, ._4u3j, ._15ks, ._2v9s, -._4e8n { - background: $background2 !important; -} - -body, input, ._43mh, .touch .btn, p, span, .fcg, button, ._52j9, ._52jb, ._52ja, ._5j35, ._rnk, ._24u0, ._1g06, ._14ye, -textarea, .mentions-input, .mentions-placeholder, .fcw, ._5-7t, -h1, h2, h3, h4, h5, h6 { - color: $text !important; -} - -@include placeholder { - color: $text !important; -} - -a { - color: $link !important; -} - -//border between like and comment -._15kl::before, -._5j35::after { - border-left: 1px solid $divider !important; -} - -//above see more -._1mx0, -._15n_, ._52x1 { - border-top: 1px solid $divider !important; -} - -._15ny::after, ._ap1, ._52x1 { - border-bottom: 1px solid $divider !important; -} - -//friend card border -._d4i, -._4e8n, -._uww { - border: 1px solid $divider !important; -} - -//link card bottom border -._4o58::after { - border-color: $divider !important; -} - -._2ip_ ._2zh4::before, ._2ip_ ._15kk::before, ._2ip_ ._15kk + ._4u3j::before { - background: $divider !important; -} - -._56bf, .touch .btn { - border-radius: 0 !important; - border: 0 !important; -} - -.touch ._56bt { - text-shadow: none !important; -} - -.touch .btnS { - box-shadow: none !important; -} - -//menu spinner -[data-sigil="m-loading-indicator-animate m-loading-indicator-root"] { - display: none !important; -} -- cgit v1.2.3