Loading src/app/common/components/date-dropdowns/date-dropdowns.component.scss +16 −0 Original line number Diff line number Diff line m-date__dropdowns { display: flex; justify-content: space-between; select { display: inline-block; Loading @@ -23,5 +24,20 @@ m-date__dropdowns { background-color: themed($m-white); border: 1px solid #e2e2e2; } // month &:nth-child(1) { min-width: 120px; } // day &:nth-child(2) { min-width: 59px; } // year &:nth-child(3) { min-width: 77px; } } } src/app/modules/auth/register.component.scss +4 −2 Original line number Diff line number Diff line Loading @@ -132,14 +132,16 @@ m-register { &:active, &:focus { outline: none; @include m-theme() { outline: 1px solid themed($m-blue); border: 1px solid themed($m-blue); } } &.ng-invalid.ng-touched:not(.ng-pristine) { outline: none; @include m-theme() { outline: 1px solid themed($m-red); border: 1px solid themed($m-red); } } } Loading src/app/modules/homepage-v2/homepage-v2.component.scss +4 −2 Original line number Diff line number Diff line Loading @@ -245,14 +245,16 @@ m-homepage__v2 { &:active, &:focus { outline: none; @include m-theme() { outline: 1px solid themed($m-blue); border: 1px solid themed($m-blue); } } &.ng-invalid.ng-touched:not(.ng-pristine) { outline: none; @include m-theme() { outline: 1px solid themed($m-red); border: 1px solid themed($m-red); } } } Loading src/app/modules/onboarding-v2/page/onboarding.component.scss +16 −4 Original line number Diff line number Diff line Loading @@ -270,7 +270,8 @@ m-onboarding { width: 100%; height: 36px; border: 1px solid #e8e8e8; font-size: 14px; font-size: 16px; line-height: 21px; padding-left: 8px; margin-bottom: 8px; Loading Loading @@ -306,7 +307,8 @@ m-onboarding { width: 100%; padding-left: 8px; font-size: 14px; font-size: 16px; line-height: 21px; @include m-theme() { color: themed($m-grey-800); Loading @@ -314,16 +316,26 @@ m-onboarding { &:active, &:focus { outline: 1px solid #4a90e2; outline: none; @include m-theme() { border: 1px solid themed($m-blue); } } &.m-onboardingInput__error { outline: 1px solid #d0021b; outline: none; @include m-theme() { border: 1px solid themed($m-red); } } } } } } m-date__dropdowns { max-width: 294px; } .mdl-spinner { position: absolute; Loading Loading
src/app/common/components/date-dropdowns/date-dropdowns.component.scss +16 −0 Original line number Diff line number Diff line m-date__dropdowns { display: flex; justify-content: space-between; select { display: inline-block; Loading @@ -23,5 +24,20 @@ m-date__dropdowns { background-color: themed($m-white); border: 1px solid #e2e2e2; } // month &:nth-child(1) { min-width: 120px; } // day &:nth-child(2) { min-width: 59px; } // year &:nth-child(3) { min-width: 77px; } } }
src/app/modules/auth/register.component.scss +4 −2 Original line number Diff line number Diff line Loading @@ -132,14 +132,16 @@ m-register { &:active, &:focus { outline: none; @include m-theme() { outline: 1px solid themed($m-blue); border: 1px solid themed($m-blue); } } &.ng-invalid.ng-touched:not(.ng-pristine) { outline: none; @include m-theme() { outline: 1px solid themed($m-red); border: 1px solid themed($m-red); } } } Loading
src/app/modules/homepage-v2/homepage-v2.component.scss +4 −2 Original line number Diff line number Diff line Loading @@ -245,14 +245,16 @@ m-homepage__v2 { &:active, &:focus { outline: none; @include m-theme() { outline: 1px solid themed($m-blue); border: 1px solid themed($m-blue); } } &.ng-invalid.ng-touched:not(.ng-pristine) { outline: none; @include m-theme() { outline: 1px solid themed($m-red); border: 1px solid themed($m-red); } } } Loading
src/app/modules/onboarding-v2/page/onboarding.component.scss +16 −4 Original line number Diff line number Diff line Loading @@ -270,7 +270,8 @@ m-onboarding { width: 100%; height: 36px; border: 1px solid #e8e8e8; font-size: 14px; font-size: 16px; line-height: 21px; padding-left: 8px; margin-bottom: 8px; Loading Loading @@ -306,7 +307,8 @@ m-onboarding { width: 100%; padding-left: 8px; font-size: 14px; font-size: 16px; line-height: 21px; @include m-theme() { color: themed($m-grey-800); Loading @@ -314,16 +316,26 @@ m-onboarding { &:active, &:focus { outline: 1px solid #4a90e2; outline: none; @include m-theme() { border: 1px solid themed($m-blue); } } &.m-onboardingInput__error { outline: 1px solid #d0021b; outline: none; @include m-theme() { border: 1px solid themed($m-red); } } } } } } m-date__dropdowns { max-width: 294px; } .mdl-spinner { position: absolute; Loading