Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
HIAST-Clinics
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
almohanad.hafez
HIAST-Clinics
Commits
16e69631
Commit
16e69631
authored
Aug 20, 2024
by
Almouhannad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(F) Fix styling in layout using ::ng--deep
parent
eecfa41c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
layout.component.css
...d/src/app/components/template/layout/layout.component.css
+9
-9
layout.component.html
.../src/app/components/template/layout/layout.component.html
+2
-6
No files found.
Clinics.Frontend/src/app/components/template/layout/layout.component.css
View file @
16e69631
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
*
{
::ng-deep
*
{
color
:
var
(
--default-color
);
background-color
:
var
(
--background-color
);
font-family
:
var
(
--default-font
);
}
a
{
::ng-deep
a
{
color
:
var
(
--accent-color
);
text-decoration
:
none
;
transition
:
0.3s
;
}
a
:hover
{
::ng-deep
a
:hover
{
color
:
color-mix
(
in
srgb
,
var
(
--accent-color
),
transparent
25%
);
text-decoration
:
none
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
::ng-deep
h1
,
::ng-deep
h2
,
::ng-deep
h3
,
::ng-deep
h4
,
::ng-deep
h5
,
::ng-deep
h6
{
color
:
var
(
--heading-color
);
font-family
:
var
(
--heading-font
);
}
\ No newline at end of file
Clinics.Frontend/src/app/components/template/layout/layout.component.html
View file @
16e69631
<div
class=
"app-header"
>
<app-header></app-header>
</div>
<app-header></app-header>
<div
class=
"app-footer"
>
<app-footer></app-footer>
</div>
\ No newline at end of file
<app-footer></app-footer>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment