Skip to content

Commit

Permalink
Refactor #5266 - Theme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 13, 2024
1 parent 62e6aae commit 37c423b
Show file tree
Hide file tree
Showing 77 changed files with 13,354 additions and 0 deletions.
168 changes: 168 additions & 0 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6189,6 +6189,174 @@
background: #383838;
}

.p-stepper .p-stepper-nav {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0;
list-style-type: none;
overflow-x: auto;
}

.p-stepper-vertical .p-stepper-nav {
flex-direction: column;
}

.p-stepper-header {
position: relative;
display: flex;
flex: 1 1 auto;
align-items: center;
}
.p-stepper-header:last-of-type {
flex: initial;
}

.p-stepper-header .p-stepper-action {
border: 0 none;
display: inline-flex;
align-items: center;
text-decoration: none;
cursor: pointer;
}
.p-stepper-header .p-stepper-action:focus-visible {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #93cbf9;
}

.p-stepper.p-stepper-readonly .p-stepper-header {
cursor: auto;
}

.p-stepper-header.p-highlight .p-stepper-action {
cursor: default;
}

.p-stepper-title {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}

.p-stepper-number {
display: flex;
align-items: center;
justify-content: center;
}

.p-stepper-separator {
flex: 1 1 0;
}

.p-stepper .p-stepper-nav {
display: flex;
justify-content: space-between;
margin: 0;
padding: 0;
list-style-type: none;
}
.p-stepper .p-stepper-header {
padding: 0.5rem;
}
.p-stepper .p-stepper-header .p-stepper-action {
transition: box-shadow 0.2s;
border-radius: 3px;
background: transparent;
outline-color: transparent;
}
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
color: rgba(255, 255, 255, 0.87);
border: 0 none;
border-width: 2px;
background: transparent;
min-width: 2rem;
height: 2rem;
line-height: 2rem;
font-size: 1.143rem;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
margin-left: 0.5rem;
color: rgba(255, 255, 255, 0.6);
font-weight: 600;
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #93cbf9;
}
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
background: rgba(100, 181, 246, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-stepper .p-stepper-header.p-highlight .p-stepper-title {
color: rgba(255, 255, 255, 0.87);
}
.p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #93cbf9;
}
.p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
background-color: #64B5F6;
}
.p-stepper .p-stepper-panels {
background: #1e1e1e;
padding: 1rem;
color: rgba(255, 255, 255, 0.87);
}
.p-stepper .p-stepper-separator {
background-color: #383838;
width: 100%;
height: 2px;
margin-inline-start: 1rem;
transition: box-shadow 0.2s;
}
.p-stepper.p-stepper-vertical {
display: flex;
flex-direction: column;
}
.p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
display: flex;
flex: 1 1 auto;
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
}
.p-stepper.p-stepper-vertical .p-stepper-panel {
display: flex;
flex-direction: column;
flex: initial;
}
.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
flex: 1 1 auto;
}
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
flex: initial;
}
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
padding-left: 1rem;
}
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
flex: 0 0 auto;
width: 2px;
min-height: 28px;
height: auto;
margin-inline-start: calc(1.75rem + 2px);
}
.p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
background-color: #64B5F6;
}
.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
padding-left: 3rem;
}

.p-tabview-nav-container {
position: relative;
}
Expand Down
168 changes: 168 additions & 0 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6189,6 +6189,174 @@
background: #383838;
}

.p-stepper .p-stepper-nav {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0;
list-style-type: none;
overflow-x: auto;
}

.p-stepper-vertical .p-stepper-nav {
flex-direction: column;
}

.p-stepper-header {
position: relative;
display: flex;
flex: 1 1 auto;
align-items: center;
}
.p-stepper-header:last-of-type {
flex: initial;
}

.p-stepper-header .p-stepper-action {
border: 0 none;
display: inline-flex;
align-items: center;
text-decoration: none;
cursor: pointer;
}
.p-stepper-header .p-stepper-action:focus-visible {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #a7d8a9;
}

.p-stepper.p-stepper-readonly .p-stepper-header {
cursor: auto;
}

.p-stepper-header.p-highlight .p-stepper-action {
cursor: default;
}

.p-stepper-title {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}

.p-stepper-number {
display: flex;
align-items: center;
justify-content: center;
}

.p-stepper-separator {
flex: 1 1 0;
}

.p-stepper .p-stepper-nav {
display: flex;
justify-content: space-between;
margin: 0;
padding: 0;
list-style-type: none;
}
.p-stepper .p-stepper-header {
padding: 0.5rem;
}
.p-stepper .p-stepper-header .p-stepper-action {
transition: box-shadow 0.2s;
border-radius: 3px;
background: transparent;
outline-color: transparent;
}
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
color: rgba(255, 255, 255, 0.87);
border: 0 none;
border-width: 2px;
background: transparent;
min-width: 2rem;
height: 2rem;
line-height: 2rem;
font-size: 1.143rem;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
margin-left: 0.5rem;
color: rgba(255, 255, 255, 0.6);
font-weight: 600;
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #a7d8a9;
}
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
background: rgba(129, 199, 132, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-stepper .p-stepper-header.p-highlight .p-stepper-title {
color: rgba(255, 255, 255, 0.87);
}
.p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #a7d8a9;
}
.p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
background-color: #81C784;
}
.p-stepper .p-stepper-panels {
background: #1e1e1e;
padding: 1rem;
color: rgba(255, 255, 255, 0.87);
}
.p-stepper .p-stepper-separator {
background-color: #383838;
width: 100%;
height: 2px;
margin-inline-start: 1rem;
transition: box-shadow 0.2s;
}
.p-stepper.p-stepper-vertical {
display: flex;
flex-direction: column;
}
.p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
display: flex;
flex: 1 1 auto;
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
}
.p-stepper.p-stepper-vertical .p-stepper-panel {
display: flex;
flex-direction: column;
flex: initial;
}
.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
flex: 1 1 auto;
}
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
flex: initial;
}
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
padding-left: 1rem;
}
.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
flex: 0 0 auto;
width: 2px;
min-height: 28px;
height: auto;
margin-inline-start: calc(1.75rem + 2px);
}
.p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
background-color: #81C784;
}
.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
padding-left: 3rem;
}

.p-tabview-nav-container {
position: relative;
}
Expand Down
Loading

0 comments on commit 37c423b

Please sign in to comment.