summaryrefslogtreecommitdiffstats
path: root/core/css/apps.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 23:37:29 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-01 23:48:11 +0200
commit5829fcd68534885ffee8762d54b203b53d771621 (patch)
tree2bdf2511fe58e19cbd09928f22c8eeacb405b29c /core/css/apps.scss
parent8799c6ee5be45b22a8cdd0b04e54579336eca139 (diff)
downloadnextcloud-server-5829fcd68534885ffee8762d54b203b53d771621.tar.gz
nextcloud-server-5829fcd68534885ffee8762d54b203b53d771621.zip
Change heading weights from Light to Semibold for better information architecture
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r--core/css/apps.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index f294f8aa512..a9e5a41910f 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -18,16 +18,20 @@
/* BASE STYLING ------------------------------------------------------------ */
+h2,
+h3,
+h4 {
+ font-weight: 600;
+}
+
h2 {
font-size: 20px;
- font-weight: 300;
margin-bottom: 12px;
line-height: 140%;
}
h3 {
font-size: 15px;
- font-weight: 300;
margin: 12px 0;
}
@@ -842,7 +846,7 @@ $popovericon-size: 16px;
// Required right-distance is half menu icon size + right padding
// = 16px/2 + 14px = 22px
// popover right margin is 5px, arrow width is 9px to center and border is 1px
- // 22px - 9px - 5px - 1px = 7px
+ // 22px - 9px - 5px - 1px = 7px
right: 7px;
/* change this to adjust the arrow position */
border: solid transparent;