diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-07-13 16:09:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 16:09:42 +0200 |
commit | c7f8085cc215ba48105c65d70103780d6f518568 (patch) | |
tree | 7017f0a0c48a9f9b177999b0768c86993a308a65 /core/css/mobile.scss | |
parent | 0343d59c65f10dfc52cd8cda7b5ccaf0961d08fd (diff) | |
parent | e062057cf6e6bb93478823cbb476e15cd428f6b1 (diff) | |
download | nextcloud-server-c7f8085cc215ba48105c65d70103780d6f518568.tar.gz nextcloud-server-c7f8085cc215ba48105c65d70103780d6f518568.zip |
Merge pull request #10226 from nextcloud/enable-scss-for-guest-pages
Enable SCSS for guest pages
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r-- | core/css/mobile.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index f3b89ddb48c..116d174989c 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -1,16 +1,5 @@ @media only screen and (max-width: 768px) { -#body-login #header { - padding-top: 10px; -} - -#body-login .wrapper { - display: flex; - flex-direction: row; - align-self: center; - align-items: center; -} - /* do not show update notification on mobile */ #update-notification { display: none !important; |