summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/css
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-01-10 20:53:00 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-01-11 09:49:05 +0100
commit83e863ed013cfd4726b82d3a1cd2ec701dbb815e (patch)
tree1fd1de23c9cd611b4358b44f75a74630718a2040 /apps/updatenotification/css
parentd62f24fa499d486db34c4353720ab90add779e78 (diff)
downloadnextcloud-server-83e863ed013cfd4726b82d3a1cd2ec701dbb815e.tar.gz
nextcloud-server-83e863ed013cfd4726b82d3a1cd2ec701dbb815e.zip
Include the scss in the vue component
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/updatenotification/css')
-rw-r--r--apps/updatenotification/css/admin.scss53
1 files changed, 0 insertions, 53 deletions
diff --git a/apps/updatenotification/css/admin.scss b/apps/updatenotification/css/admin.scss
deleted file mode 100644
index d975ee9658d..00000000000
--- a/apps/updatenotification/css/admin.scss
+++ /dev/null
@@ -1,53 +0,0 @@
-#updatenotification {
- margin-top: -25px;
- div.update,
- p:not(.inlineblock) {
- margin-bottom: 25px;
- }
- h2.inlineblock {
- margin-top: 25px;
- }
- h3 {
- cursor: pointer;
- .icon {
- cursor: pointer;
- }
- &:first-of-type {
- margin-top: 0;
- }
- }
- .icon {
- display: inline-block;
- margin-bottom: -3px;
- }
- .icon-triangle-s, .icon-triangle-n {
- opacity: 0.5;
- }
- .channel-description span {
- color: var(--color-text-lighter);
- strong {
- color: var(--color-main-text);
- font-weight: normal;
- }
- }
- .warning {
- color: var(--color-error);
- }
- .whatsNew {
- display: inline-block;
- }
- .toggleWhatsNew {
- position: relative;
- }
- .popovermenu {
- p {
- margin-bottom: 0;
- width: 100%;
- }
- margin-top: 5px;
- width: 300px;
- }
- .applist {
- margin-bottom: 25px;
- }
-} \ No newline at end of file