Button color,Font size,siddebar UI changes

This commit is contained in:
saravanakumarkandasami 2018-10-11 17:19:00 +05:30
parent c74b4ed377
commit 9a96729a02
6 changed files with 11 additions and 7 deletions

View File

@ -13,7 +13,7 @@
<div class="user-pro-wrap">
<div class="user-profile-thumb text-center">
<div class="user-i">
<img [src]="profileurl ||'https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/No_image_available.svg/1024px-No_image_available.svg.png'" class="rad-full mb-1" width="100" height="100" alt="">
<img [src]="profileurl ||'https://image.ibb.co/mGjZB9/usernew.png'" class="rad-full mb-1" width="100" height="100" alt="">
<div> <span>{{fullName}}</span></div>
</div>
</div>

View File

@ -37,7 +37,7 @@ $main-bg-color:linear-gradient(58deg, #f44336, #673ab7);
//
// Typography
//
$font-size-base: 0.875rem !default;
$font-size-base: 1.2rem !default;
$font-weight-base: 400 !default;
$font-weight-medium: 500 !default;
$font-weight-bold: 600 !default;

View File

@ -4,7 +4,7 @@
@import '~@angular/material/theming';
/**-- $primary: mat-palette($mat-deep-purple); --*/
$primary: mat-palette($mat-light-blue);
$primary: mat-palette($mat-red);
$accent: mat-palette($mat-amber, A200, A100, A400);
$warn: mat-palette($mat-red);
$theme: mat-light-theme($primary, $accent, $warn);

View File

@ -91,10 +91,10 @@ mat-toolbar {
.head-menu {
font-size: 1.3rem !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
background: linear-gradient(58deg, #f44336, #673ab7);
background: linear-gradient(58deg, #ca2126, #ca2126);
color: #fff;
&:hover {
background: linear-gradient(58deg, #f44336, #673ab7);
background: linear-gradient(58deg, #ca2126, #673ab7);
}
}
img {

View File

@ -39,7 +39,7 @@
flex-direction: row;
align-items: center;
height: 48px;
padding: 0 16px;
padding: 0 8px;
color: $sidebar-menu-color;
}
.sub-menu {

View File

@ -11,6 +11,10 @@ $mat-fab-padding: 16px !default;
}
}
[mat-raised-button] {
color:red;
}
[mat-icon-button] {
&[mat-button-sm] {
padding: 0;