add colors variables from lib
This commit is contained in:
parent
e4031a9768
commit
34b7e8c68e
10 changed files with 175 additions and 72 deletions
|
@ -41,13 +41,28 @@ $main-bg-color-active: #6565ff;
|
|||
|
||||
$event-blue: #2D559F;
|
||||
$notification-green: #315E5D;
|
||||
// find where --------------------
|
||||
|
||||
$bg-color-button: #f4f6fc;
|
||||
$bg-color-nav: #1B1D27;
|
||||
$bg-color-chat: #f5f5f5;
|
||||
$shadow-color : #dedede;
|
||||
|
||||
|
||||
// CSC project variables
|
||||
|
||||
$csc-light-yellow-color: #FFF3D8;
|
||||
$csc-magic-color: #EEA100;
|
||||
$csc-bg-color: #F5F5F5;
|
||||
$csc-title-color: #000;
|
||||
|
||||
$csc-nav-color: $main-color-400;
|
||||
$csc-chips-bg-color: $main-color-400;
|
||||
|
||||
$csc-textarea-color : #1B1D27;
|
||||
$csc-filters-box-color : #E3EAF1;
|
||||
|
||||
$bot-bubble: $csc-light-yellow-color;
|
||||
|
||||
// spacing --------------------------
|
||||
|
||||
$spacing-0: 2px;
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
<!-- delete button from_text-->
|
||||
<button class="delete-button button" (click)="emptyText('fromText')">x</button>
|
||||
<textarea name="from_text" id="from_text" cols="30" rows="10" [(ngModel)]="fromText"></textarea>
|
||||
<textarea name="from_text" id="from_text" cols="30" rows="10"
|
||||
placeholder=""
|
||||
[(ngModel)]="fromText"></textarea>
|
||||
</div>
|
||||
<div class="column">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue