diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-09 13:10:59 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-09 13:10:59 +0000 |
| commit | d8f92d8934557ac0e79306c1fed1cf3ecae61984 (patch) | |
| tree | da25e377b290877f3274cf50fca7475c08920bc8 /app/components | |
| parent | 82c2f5750ad0a8b1e952353edf7cf8e4b4ebe317 (diff) | |
| download | mullvadvpn-d8f92d8934557ac0e79306c1fed1cf3ecae61984.tar.xz mullvadvpn-d8f92d8934557ac0e79306c1fed1cf3ecae61984.zip | |
Move background color from global to Layout
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Layout.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/Layout.css b/app/components/Layout.css index 4af486c6d8..8ef242d7f5 100644 --- a/app/components/Layout.css +++ b/app/components/Layout.css @@ -2,7 +2,9 @@ display: flex; flex-direction: column; height: 100vh; + background: #294D73; } + .layout__header { flex: 0 0 auto; } |
