summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarin Treselj <pixelipo@users.noreply.github.com>2018-10-03 10:09:57 +0200
committerGitHub <noreply@github.com>2018-10-03 10:09:57 +0200
commita92e8b4c18097705ededfb4bdde21088109275b8 (patch)
treee8d8ecefd4e5d2e79855f697b937616aee1f21e6 /core
parent6979b2ea0c93a52059848c8bb8d562f7b670bc57 (diff)
parent26e952f3f245b44da6e15f21979b3b1243727651 (diff)
downloadnextcloud-server-a92e8b4c18097705ededfb4bdde21088109275b8.tar.gz
nextcloud-server-a92e8b4c18097705ededfb4bdde21088109275b8.zip
Merge pull request #11538 from nextcloud/heading-bold
Set headings to Semibold for better information architecture
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss10
-rw-r--r--core/css/guest.css8
-rw-r--r--core/css/header.scss2
3 files changed, 14 insertions, 6 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;
diff --git a/core/css/guest.css b/core/css/guest.css
index 4645e97910f..47ceb7b93e0 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -53,15 +53,19 @@ em {
}
/* heading styles */
+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;
}
diff --git a/core/css/header.scss b/core/css/header.scss
index 5fb4889d8f2..d974c2992e9 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -212,7 +212,7 @@
.header-appname {
color: var(--color-primary-text);
font-size: 16px;
- font-weight: 300;
+ font-weight: 600;
margin: 0;
padding: 0;
padding-right: 5px;