mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-23 00:09:09 +00:00
color tweaks
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</md-error>
|
||||
</md-input-container>
|
||||
|
||||
<button md-raised-button class="submit-button" color="primary"
|
||||
<button md-raised-button class="submit-button" color="accent"
|
||||
aria-label="SEND RESET LINK" [disabled]="forgotPasswordForm.invalid">
|
||||
SEND RESET LINK
|
||||
</button>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</md-error>
|
||||
</md-input-container>
|
||||
|
||||
<button md-raised-button class="submit-button" color="primary"
|
||||
<button md-raised-button class="submit-button" color="accent"
|
||||
aria-label="UNLOCK" [disabled]="lockForm.invalid">
|
||||
UNLOCK
|
||||
</button>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<button md-raised-button color="primary" class="submit-button" aria-label="LOGIN"
|
||||
<button md-raised-button color="accent" class="submit-button" aria-label="LOGIN"
|
||||
[disabled]="loginForm.invalid">
|
||||
LOGIN
|
||||
</button>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<button md-raised-button color="primary" class="submit-button" aria-label="LOG IN"
|
||||
<button md-raised-button color="accent" class="submit-button" aria-label="LOG IN"
|
||||
[disabled]="loginForm.invalid">
|
||||
LOGIN
|
||||
</button>
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<a href="#">terms and conditions</a>
|
||||
</div>
|
||||
|
||||
<button md-raised-button color="primary" class="submit-button" aria-label="CREATE AN ACCOUNT"
|
||||
<button md-raised-button color="accent" class="submit-button" aria-label="CREATE AN ACCOUNT"
|
||||
[disabled]="registerForm.invalid">
|
||||
CREATE AN ACCOUNT
|
||||
</button>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<a href="#">terms and conditions</a>
|
||||
</div>
|
||||
|
||||
<button md-raised-button color="primary" class="submit-button" aria-label="CREATE AN ACCOUNT"
|
||||
<button md-raised-button color="accent" class="submit-button" aria-label="CREATE AN ACCOUNT"
|
||||
[disabled]="registerForm.invalid">
|
||||
CREATE AN ACCOUNT
|
||||
</button>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</md-error>
|
||||
</md-input-container>
|
||||
|
||||
<button md-raised-button class="submit-button" color="primary"
|
||||
<button md-raised-button class="submit-button" color="accent"
|
||||
aria-label="RESET MY PASSWORD" [disabled]="resetPasswordForm.invalid">
|
||||
RESET MY PASSWORD
|
||||
</button>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</md-error>
|
||||
</md-input-container>
|
||||
|
||||
<button md-raised-button color="primary" class="subscribe-button" aria-label="SUBSCRIBE"
|
||||
<button md-raised-button color="accent" class="subscribe-button" aria-label="SUBSCRIBE"
|
||||
[disabled]="comingSoonForm.invalid">
|
||||
SUBSCRIBE
|
||||
</button>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<div class="profile-box info-box general" fxLayout="column">
|
||||
|
||||
<header>
|
||||
<header class="md-accent-bg">
|
||||
<div class="title">General Information</div>
|
||||
</header>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
<div class="profile-box info-box work" fxLayout="column">
|
||||
|
||||
<header>
|
||||
<header class="md-accent-bg">
|
||||
<div class="title">Work</div>
|
||||
</header>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
<div class="profile-box info-box contact" fxLayout="column">
|
||||
|
||||
<header>
|
||||
<header class="md-accent-bg">
|
||||
<div class="title">Contact</div>
|
||||
</header>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
<div class="profile-box friends" fxLayout="column">
|
||||
|
||||
<header fxLayout="row" fxLayoutAlign="space-between center">
|
||||
<header class="md-accent-bg" fxLayout="row" fxLayoutAlign="space-between center">
|
||||
<div class="title">Friends</div>
|
||||
<div class="more secondary-text">
|
||||
<span>See 454 more...</span>
|
||||
@@ -121,7 +121,7 @@
|
||||
|
||||
<div class="profile-box groups" fxLayout="column">
|
||||
|
||||
<header fxLayout="row" fxLayoutAlign="space-between center">
|
||||
<header class="md-accent-bg" fxLayout="row" fxLayoutAlign="space-between center">
|
||||
<div class="title">Joined Groups</div>
|
||||
<div class="more secondary-text">
|
||||
<span>See 6 more...</span>
|
||||
|
||||
@@ -93,7 +93,6 @@
|
||||
|
||||
header {
|
||||
padding: 16px;
|
||||
background: mat-color($primary);
|
||||
|
||||
.title {
|
||||
font-size: 17px;
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
fxFlexOrder.gt-sm="2">
|
||||
|
||||
<div class="profile-box latest-activity" fxLayout="column">
|
||||
<header fxLayout="row" fxLayoutAlign="space-between center">
|
||||
<header class="md-accent-bg" fxLayout="row" fxLayoutAlign="space-between center">
|
||||
<div class="title">Latest Activity</div>
|
||||
<div class="more secondary-text">See All</div>
|
||||
</header>
|
||||
|
||||
@@ -225,10 +225,6 @@
|
||||
|
||||
.latest-activity {
|
||||
|
||||
header {
|
||||
background: mat-color($primary);
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color: #FFF;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user