|
https://www.zdslogic.com/contacts |
|
https://www.zdslogic.com/contacts |
|
---------------------------------------------------------------------------------- |
|
---------------------------------------------------------------------------------- |
|
|
+ |
/* Styles for tab labels */
|
|
|
+ |
/* Removes the bottom border below the tabs */
|
|
|
+ |
/** Hack to hide the border between .mat-tab-body-wrapper and the active tab */
|
|
|
+ |
transform: translateY(1px);
|
|
|
+ |
// Styling of tabs in the top banner (on the right side) of a coordinet-component
|
|
|
+ |
mat-ink-bar.mat-ink-bar {
|
|
|
+ |
// Tabs with rounded corners.
|
|
|
+ |
color: black; // TODO: theme color
|
|
|
+ |
border-radius: 10px 10px 0px 0px;
|
|
|
+ |
background-color: #F2F8FF;
|
|
|
+ |
border: 1px solid #D0DCEA;
|
|
|
+ |
min-width: 160px !important;
|
|
|
+ |
background-color: #D6ECEC; // TODO: theme color
|
|
|
+ |
color: black; // TODO: theme color
|
|
|
+ |
----------------------------------------------------------------------------------
|
|
[[User:rcampion|Richard K. Campion]] |
|
[[User:rcampion|Richard K. Campion]] |
|
public shoppingCartItems: Observable<Product[]>; |
|
public shoppingCartItems: Observable<Product[]>; |