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
a212c5b9
Commit
a212c5b9
authored
Aug 23, 2024
by
Almouhannad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(F) Edit layout in admin pages
parent
e01bbc37
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
270 additions
and
267 deletions
+270
-267
create-doctor-user-form.component.css
...te-doctor-user-form/create-doctor-user-form.component.css
+2
-2
create-doctor-user-form.component.html
...e-doctor-user-form/create-doctor-user-form.component.html
+257
-254
doctor-users.component.css
...-users/components/doctor-users/doctor-users.component.css
+0
-11
admin-dashboard.component.css
...dmin/shared/admin-dashboard/admin-dashboard.component.css
+11
-0
No files found.
Clinics.Frontend/src/app/usecases/admin/create-doctor-user/components/create-doctor-user-form/create-doctor-user-form.component.css
View file @
a212c5b9
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
/* #region Form card*/
/* #region Form card*/
.custom-form
{
.custom-form
{
width
:
5
0%
;
width
:
6
0%
;
margin
:
auto
;
margin
:
auto
;
padding
:
1em
;
padding
:
1em
;
border
:
1px
solid
var
(
--accent-color
);
border
:
1px
solid
var
(
--accent-color
);
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
/* #endregion */
/* #endregion */
/* #region Title*/
/* #region Title*/
.custom-form
.custom-title
h3
{
.custom-form
.custom-
form-
title
h3
{
width
:
50%
;
width
:
50%
;
margin
:
auto
;
margin
:
auto
;
padding
:
0.5em
;
padding
:
0.5em
;
...
...
Clinics.Frontend/src/app/usecases/admin/create-doctor-user/components/create-doctor-user-form/create-doctor-user-form.component.html
View file @
a212c5b9
This diff is collapsed.
Click to expand it.
Clinics.Frontend/src/app/usecases/admin/list-doctor-users/components/doctor-users/doctor-users.component.css
View file @
a212c5b9
/* #region custom*/
/* #region custom*/
.custom-title
{
width
:
35%
;
padding-bottom
:
0.3em
;
border-bottom
:
1px
solid
var
(
--accent-color
);
color
:
var
(
--heading-color
);
}
.custom-title
h2
{
font-weight
:
700
;
}
.custom-create-button
button
:hover
{
.custom-create-button
button
:hover
{
font-weight
:
900
;
font-weight
:
900
;
background-color
:
inherit
;
background-color
:
inherit
;
...
...
Clinics.Frontend/src/app/usecases/admin/shared/admin-dashboard/admin-dashboard.component.css
View file @
a212c5b9
::ng-deep
.custom-title
{
width
:
fit-content
;
padding-bottom
:
0.3em
;
border-bottom
:
2px
solid
var
(
--accent-color
);
color
:
var
(
--heading-color
);
}
::ng-deep
.custom-title
h2
{
font-weight
:
700
;
}
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