aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-19 14:45:32 -0500
committerGitHub <noreply@github.com>2017-04-19 14:45:32 -0500
commita55f5c01732e9829b40a738e198e57f696cb7a06 (patch)
treea003e0e0275df5e4640115c68d62c3dcba03ec77 /core/css
parent3c892d6ad50d883ff6bb4fff8bd2e0619f8d0ea9 (diff)
parent1dfd7de10e3311e9a8050d2fa52d83f028879f7e (diff)
downloadnextcloud-server-a55f5c01732e9829b40a738e198e57f696cb7a06.tar.gz
nextcloud-server-a55f5c01732e9829b40a738e198e57f696cb7a06.zip
Merge pull request #4388 from nextcloud/remove-unused-stuff
Remove unused CSS styles
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.scss58
1 files changed, 0 insertions, 58 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index b367ba32e87..a6970336c12 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -1101,64 +1101,6 @@ span.ui-icon {
}
}
-/* ---- APP SETTINGS - LEGACY, DO NOT USE THE POPUP! ---- */
-
-.popup {
- background-color: $color-main-background;
- border-radius: 3px;
- box-shadow: 0 0 10px $color-box-shadow;
- color: nc-lighten($color-main-text, 20%);
- padding: 10px;
- position: fixed !important;
- z-index: 100;
- &.topright {
- top: 7em;
- right: 1em;
- }
- &.bottomleft {
- bottom: 1em;
- left: 33em;
- }
- .close {
- position: absolute;
- top: 0.2em;
- right: 0.2em;
- height: 20px;
- width: 20px;
- background: url('../img/actions/close.svg?v=1') no-repeat center;
- }
- h2 {
- font-size: 20px;
- }
-}
-
-.arrow {
- border-bottom: 10px solid white;
- border-left: 10px solid transparent;
- border-right: 10px solid transparent;
- display: block;
- height: 0;
- position: absolute;
- width: 0;
- z-index: 201;
- &.left {
- left: -13px;
- bottom: 1.2em;
- -webkit-transform: rotate(270deg);
- -ms-transform: rotate(270deg);
- transform: rotate(270deg);
- }
- &.up {
- top: -8px;
- right: 6px;
- }
- &.down {
- -webkit-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- transform: rotate(180deg);
- }
-}
-
/* ---- BREADCRUMB ---- */
div.crumb {