Commit 76c57b3f authored by Almouhannad's avatar Almouhannad

(F) Fix create button issue

parent ce748d03
...@@ -122,18 +122,18 @@ app-footer { ...@@ -122,18 +122,18 @@ app-footer {
text-align: center; text-align: center;
} }
::ng-deep .custom-bttuons-after-title button{ ::ng-deep .custom-bttuons-after-title .btn{
width: 25%; width: 25%;
} }
::ng-deep .custom-bttuons-after-title button:hover { ::ng-deep .custom-bttuons-after-title .btn:hover {
font-weight: 900; font-weight: 900;
background-color: inherit; background-color: inherit;
border-color: var(--heading-color); border-color: var(--heading-color);
color: var(--heading-color); color: var(--heading-color);
} }
::ng-deep .custom-bttuons-after-title button { ::ng-deep .custom-bttuons-after-title .btn {
font-weight: 900; font-weight: 900;
background-color: var(--heading-color); background-color: var(--heading-color);
color: white; color: white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment