aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-08-19 09:41:19 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-08-19 11:46:56 +0800
commitcec87a5b2c29f704e2292f6267be0e4f13677a0a (patch)
tree18b69f12fccf6f6581250309ddab7923232e6279 /ui/app/css
parentc7f5436143a87369ab29c019a1c988c20a98d810 (diff)
downloadtangerine-wallet-browser-cec87a5b2c29f704e2292f6267be0e4f13677a0a.tar
tangerine-wallet-browser-cec87a5b2c29f704e2292f6267be0e4f13677a0a.tar.gz
tangerine-wallet-browser-cec87a5b2c29f704e2292f6267be0e4f13677a0a.tar.bz2
tangerine-wallet-browser-cec87a5b2c29f704e2292f6267be0e4f13677a0a.tar.lz
tangerine-wallet-browser-cec87a5b2c29f704e2292f6267be0e4f13677a0a.tar.xz
tangerine-wallet-browser-cec87a5b2c29f704e2292f6267be0e4f13677a0a.tar.zst
tangerine-wallet-browser-cec87a5b2c29f704e2292f6267be0e4f13677a0a.zip
Update logo wordmark
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/itcss/components/header.scss113
-rw-r--r--ui/app/css/itcss/components/index.scss2
2 files changed, 0 insertions, 115 deletions
diff --git a/ui/app/css/itcss/components/header.scss b/ui/app/css/itcss/components/header.scss
deleted file mode 100644
index 3ccfd5c15..000000000
--- a/ui/app/css/itcss/components/header.scss
+++ /dev/null
@@ -1,113 +0,0 @@
-.app-header {
- align-items: center;
- background: $gallery;
- position: relative;
- z-index: $header-z-index;
- display: flex;
- flex-flow: column nowrap;
- width: 100%;
- flex: 0 0 auto;
-
- @media screen and (max-width: 575px) {
- padding: 12px;
- box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
- z-index: $mobile-header-z-index;
- }
-
- @media screen and (min-width: 576px) {
- height: 75px;
- justify-content: center;
-
- &--back-drop {
- &::after {
- content: '';
- position: absolute;
- width: 100%;
- height: 32px;
- background: $gallery;
- bottom: -32px;
- }
- }
- }
-
- &__metafox {
- cursor: pointer;
- }
-
- &__beta-label {
- font-family: Roboto;
- text-transform: uppercase;
- font-weight: 500;
- font-size: .8rem;
- color: $buttercup;
- margin-left: 5px;
- line-height: initial;
-
- @media screen and (max-width: 575px) {
- display: none;
- }
- }
-
- &__contents {
- display: flex;
- justify-content: space-between;
- flex-flow: row nowrap;
- width: 100%;
-
- @media screen and (max-width: 575px) {
- height: 100%;
- }
-
- @media screen and (min-width: 576px) {
- width: 85vw;
- }
-
- @media screen and (min-width: 769px) {
- width: 80vw;
- }
-
- @media screen and (min-width: 1281px) {
- width: 62vw;
- }
- }
-
- &__logo-container {
- display: flex;
- flex-direction: row;
- align-items: center;
- cursor: pointer;
- }
-
- &__account-menu-container {
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- }
-}
-
-.app-header h1 {
- font-family: Roboto;
- text-transform: uppercase;
- font-weight: 400;
- font-size: 1.1rem;
- position: relative;
- padding-left: 15px;
- color: #5b5d67;
-
- @media screen and (max-width: 575px) {
- display: none;
- }
-}
-
-h2.page-subtitle {
- text-transform: uppercase;
- color: #aeaeae;
- font-size: 1em;
- margin: 12px;
-}
-
-.network-component-wrapper {
- display: flex;
- flex-direction: row;
- align-items: center;
-}
diff --git a/ui/app/css/itcss/components/index.scss b/ui/app/css/itcss/components/index.scss
index 96ad5fe64..821a6b612 100644
--- a/ui/app/css/itcss/components/index.scss
+++ b/ui/app/css/itcss/components/index.scss
@@ -1,7 +1,5 @@
@import './buttons.scss';
-@import './header.scss';
-
@import './footer.scss';
@import './network.scss';