summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-04 09:56:50 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-13 16:13:00 +0200
commit73918b8af9626d445f8b58faed15b32dc195ce7f (patch)
tree6eefbb1d5cd1b793de6224d635dfbb40b3271fee /core/css/styles.scss
parent3e29e0ad13b427b6ba4b62c7a35497e9a75de976 (diff)
downloadnextcloud-server-73918b8af9626d445f8b58faed15b32dc195ce7f.tar.gz
nextcloud-server-73918b8af9626d445f8b58faed15b32dc195ce7f.zip
Cleanup and compile
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index f1130979134..ab6eddaae8c 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -13,6 +13,7 @@
* @license GNU AGPL version 3 or any later version
*
*/
+@use 'sass:math';
@use 'variables';
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
@@ -298,7 +299,7 @@ body {
position: absolute !important;
height: 20px;
width: 24px;
- background-image: var(--icon-toggle-000);
+ background-image: var(--icon-toggle-dark);
background-repeat: no-repeat;
background-position: center;
opacity: .3;
@@ -720,7 +721,7 @@ code {
padding-right: 140px;
div:first-child a {
- background-image: var(--icon-home-000);
+ background-image: var(--icon-home-dark);
background-repeat: no-repeat;
background-position: left center;
}
@@ -777,7 +778,7 @@ code {
order:1;
.icon.icon-add{
- background-image: var(--icon-add-000);
+ background-image: var(--icon-add-dark);
background-size: 16px 16px;
width: 34px;
height: 34px;
@@ -945,7 +946,7 @@ code {
}
}
&.filesize {
- line-height: $name-height / 3;
+ line-height: math.div($name-height, 3);
width: 100%;
}
&.date {