started font matching #34

Merged
ameye merged 1 commits from font-match into master 2025-06-30 00:29:55 +00:00
4 changed files with 12 additions and 8 deletions
+7 -3
View File
@@ -22,10 +22,9 @@
} }
.login-links a { .login-links a {
font-size: 15px; font-size: 14px;
font-weight: 700;
padding: 0px 20px; padding: 0px 20px;
border-right: 2px solid; border-right: 2px solid #6c757d;
cursor: pointer; cursor: pointer;
} }
@@ -36,3 +35,8 @@
.login-links a:last-child{ .login-links a:last-child{
border: 0px; border: 0px;
} }
button{
font-size: 1rem!important;
font-weight: 700!important;
}
+1
View File
@@ -10,6 +10,7 @@ body {
outline:0; outline:0;
background:$body; background:$body;
color:$muted; color:$muted;
font-weight: $font-regular;
&.sidebar-mini { &.sidebar-mini {
.app-main { .app-main {
padding-left:$sidebar-mini; padding-left:$sidebar-mini;
+1 -2
View File
@@ -39,8 +39,7 @@ h6 {
p { p {
color: $muted; color: $muted;
font-weight: $font-regular; font-size: $font-18;
font-size: $font-base;
line-height: $line-md; line-height: $line-md;
} }
a { a {
+3 -3
View File
@@ -35,13 +35,13 @@ $container-max-widths: (
// Colors // Colors
$body : #f9f9fb; $body : #f9f9fb;
$primary : #8E54E9; $primary : #148399; //#8E54E9;
$primary2 : #4776E6; $primary2 : #4776E6;
$secondary : #a1a1a1; $secondary : #a1a1a1;
$light-gray : #eceef3; $light-gray : #eceef3;
$dark-gray : #2c2e3e; $dark-gray : #2c2e3e;
$darker-gray : #333333; $darker-gray : #333333;
$muted : #a6a9b7; $muted : #6c757d; //#a6a9b7;
$info : #45aaf2; $info : #45aaf2;
$danger : #e3324c; $danger : #e3324c;
$cyan : #2bcbba; $cyan : #2bcbba;
@@ -75,7 +75,7 @@ $behance : #053eff;
$whatsapp : #4FCE5D; $whatsapp : #4FCE5D;
// Font family // Font family
$font-primary : 'Roboto', sans-serif; $font-primary : 'Plus Jakarta Sans', sans-serif;
//Font size //Font size