Update default refs to accent

pull/1098/head
Vincent 5 years ago
parent ed89f8c4b1
commit 9b31824d36

@ -192,7 +192,7 @@ textarea {
line-height: 40px; line-height: 40px;
padding: 0px $session-margin-lg; padding: 0px $session-margin-lg;
font-size: $session-font-md; font-size: $session-font-md;
font-family: $session-font-default; font-family: $session-font-accent;
border-radius: 500px; border-radius: 500px;
&:not(.disabled):hover { &:not(.disabled):hover {
@ -749,7 +749,7 @@ label {
background-color: $session-shade-4; background-color: $session-shade-4;
color: $session-color-white; color: $session-color-white;
font-family: $session-font-default; font-family: $session-font-accent;
font-size: $session-font-sm; font-size: $session-font-sm;
line-height: $session-icon-size-sm; line-height: $session-icon-size-sm;
font-weight: 700; font-weight: 700;

@ -112,7 +112,7 @@ $session-compose-margin: 20px;
&__user__profile { &__user__profile {
&-number, &-number,
&-name { &-name {
@include fontDefaultBold(); @include fontAccentBold();
font-size: 15px; font-size: 15px;
@at-root .light-theme #{&} { @at-root .light-theme #{&} {
@ -193,7 +193,7 @@ $session-compose-margin: 20px;
.session-button { .session-button {
margin-left: auto; margin-left: auto;
@include fontDefaultBold(); @include fontAccentBold();
} }
&-buttons { &-buttons {

@ -17,7 +17,7 @@
&-text { &-text {
color: $session-color-white; color: $session-color-white;
font-family: $session-font-default; font-family: $session-font-accent;
.title { .title {
font-size: 100px; font-size: 100px;
@ -87,7 +87,7 @@
} }
&__tab { &__tab {
@include fontDefaultBold(); @include fontAccentBold();
width: 100%; width: 100%;
padding-bottom: 10px; padding-bottom: 10px;
background-color: transparent; background-color: transparent;

@ -103,7 +103,7 @@
} }
@mixin session-h-title { @mixin session-h-title {
@include fontDefaultBold(); @include fontAccentBold();
} }
h1 { h1 {

Loading…
Cancel
Save