Skip to content

Commit

Permalink
Remove Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yashTEF committed Aug 25, 2023
1 parent 4cbb271 commit 3499220
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/webapp/resources/css/app.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* Variables */
:root {
--secondary-text-color: #ffffff;


--primary-color: #FFA500;
--primary-color-darker: #d48900;
--primary-color-lighten: #f5ecda;

--secondary-color: #262626;

--background-panel-main-color: #262626;
}

Expand All @@ -24,8 +24,8 @@ body {
}

/*************************************
Side panel style
*************************************/
Side panel style
*************************************/

.ui-button.ui-state-default.ui-button-flat {
background-color: transparent;
Expand All @@ -38,7 +38,7 @@ Side panel style
#ui-sd-1 {
padding: 0;
}

.side-panel {
background-color: #1a1a1a;
padding: 0;
Expand Down Expand Up @@ -350,18 +350,18 @@ button.ui-button.ui-state-default,
}

/*************************************
Wizard style
Wizard style
*************************************/

#j_idt5\:j_idt6 .ui-wizard-step-title {
#j_idt5\:j_idt6 .ui-wizard-step-title {
padding: 0.1rem;
}

.ui-wizard-step-titles {
display: flex;
align-items: center;
justify-content: center;

width: 100%;
}

Expand Down

0 comments on commit 3499220

Please sign in to comment.