This commit is contained in:
Chi Vinh Le
2018-09-17 21:12:27 +02:00
parent 0983d31c10
commit b00a7f9618
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -22,9 +22,17 @@
.primary {
background: var(--palette-grey-lightest);
color: var(--palette-grey-main);
border: 1px solid var(--palette-grey-main);
border: 1px solid var(--palette-grey-lighter);
padding: calc(0.5 * var(--spacing-unit)) calc(var(--spacing-unit) * 2);
&:first-child {
border-top-left-radius: var(--round-corners);
}
&:last-child {
border-top-right-radius: var(--round-corners);
}
&.active {
background-color: var(--palette-common-white);
color: var(--palette-common-black);
@@ -5,7 +5,7 @@
}
.primary {
border-bottom: 1px solid var(--palette-grey-main);
border-bottom: 1px solid var(--palette-grey-lighter);
}
.secondary {