Skip to content
Snippets Groups Projects
Verified Commit 893e6e33 authored by Damien's avatar Damien
Browse files

FEAT Up font size

parent 7b4b29dc
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ abstract class multicontacts_Abstract extends Database
if (isset($contactsArray[$inputField]) && count($contactsArray[$inputField]) > 0) {
foreach ($contactsArray[$inputField] as $key => $contacts) {
if (!empty($contacts)) {
$rate['color'] = '';
$rate['color'] = 'LightYellow';
if (!empty($contactsArray['addressid'][$key])) {
$contactData = \Contact\models\ContactModel::getOnView(['select' => ['*'], 'where' => ['ca_id = ?'], 'data' => [$contactsArray['addressid'][$key]]]);
$rate = \Contact\controllers\ContactController::getFillingRate(['contact' => (array)$contactData[0]]);
......
......@@ -8,7 +8,7 @@
<span style="flex: 1 1 auto;"></span>
<search-home></search-home>
<button mat-button [matMenuTriggerFor]="applications" *ngIf="!mobileMode" style="min-width:0px;width:65px;height: 40px;margin-left: 10px" matTooltip="{{lang.menu}}">
<mat-icon mat-list-icon class="fa fa-th" style="font-size:16px;color:white;height:auto;"></mat-icon>
<mat-icon mat-list-icon class="fa fa-th" style="font-size:20px;color:white;height:auto;"></mat-icon>
</button>
<mat-menu #applications="matMenu" class="headerMaarchShortcut">
<ng-container *ngFor="let shortcut of user.menu">
......
......@@ -196,6 +196,7 @@ h1.admin-app-name {
.admin-toolbar-title small {
color: #F99830 !important;
opacity: 0.9;
font-size: 72% !important;
}
.admin-sidenav-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment