Reduce padding of header components

Extra padding caused the app header to take up more vertical room. This
change reduces that padding.

Change-Id: I9b31ebfa8c75f48123d9a58f32c2a438c9900857
This commit is contained in:
Kasper Nilsson
2018-06-14 11:26:20 -07:00
parent 996d60bcab
commit e0ace47c72
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ limitations under the License.
<template>
<style include="shared-styles">
gr-dropdown {
padding: .5em;
padding: 0 .5em;
--gr-button: {
color: var(--header-text-color);
}

View File

@@ -136,7 +136,7 @@ limitations under the License.
}
.loginButton {
color: var(--header-text-color);
padding: 1em;
padding: .5em 1em;
}
.dropdown-trigger {
text-decoration: none;