Skip to content

Commit

Permalink
sync designer
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 17, 2021
1 parent 84b82cc commit ed637ac
Show file tree
Hide file tree
Showing 34 changed files with 3,946 additions and 818 deletions.
134 changes: 113 additions & 21 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
--surface-overlay:#1e1e1e;
--surface-border:#383838;
--surface-hover:rgba(255,255,255,.03);
--focus-ring: 0 0 0 1px #93cbf9;
}

* {
Expand All @@ -56,6 +57,7 @@
.p-component-overlay {
background-color: rgba(0, 0, 0, 0.4);
transition-duration: 0.2s;
--maskbg: rgba(0, 0, 0, 0.4);
}

.p-disabled, .p-component:disabled {
Expand Down Expand Up @@ -85,6 +87,31 @@
box-shadow: 0 0 0 1px #93cbf9;
}

.p-component-overlay-enter {
animation: p-component-overlay-enter-animation 150ms forwards;
}

.p-component-overlay-leave {
animation: p-component-overlay-leave-animation 150ms forwards;
}

@keyframes p-component-overlay-enter-animation {
from {
background-color: transparent;
}
to {
background-color: var(--maskbg);
}
}
@keyframes p-component-overlay-leave-animation {
from {
background-color: var(--maskbg);
}
to {
background-color: transparent;
}
}

:root {
--blue-50:#f4fafe;
--blue-100:#cae6fc;
Expand Down Expand Up @@ -455,10 +482,6 @@
box-shadow: 0 0 0 1px #93cbf9;
}

.p-datepicker-mask.p-component-overlay {
background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 769px) {
.p-datepicker table th, .p-datepicker table td {
padding: 0;
Expand Down Expand Up @@ -719,6 +742,7 @@
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
padding-right: 1.5rem;
margin-right: -1.5rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
right: 0.5rem;
Expand Down Expand Up @@ -2961,6 +2985,13 @@
.p-paginator .p-dropdown .p-dropdown-label {
padding-right: 0;
}
.p-paginator .p-paginator-page-input {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
max-width: 2.286em;
}
.p-paginator .p-paginator-current {
background-color: transparent;
border: 0 none;
Expand Down Expand Up @@ -3468,6 +3499,9 @@
outline-offset: 0;
box-shadow: 0 0 0 1px #93cbf9;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
color: rgba(255, 255, 255, 0.87);
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
background: rgba(255, 255, 255, 0.03);
border-color: #383838;
Expand Down Expand Up @@ -3597,7 +3631,7 @@
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #93cbf9;
box-shadow: inset 0 0 0 1px #93cbf9;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
background: #1e1e1e;
Expand All @@ -3609,6 +3643,18 @@
border-color: #64B5F6;
color: #64B5F6;
}
.p-tabview .p-tabview-nav-btn.p-link {
background: #1e1e1e;
color: #64B5F6;
width: 2.357rem;
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 1px #93cbf9;
}
.p-tabview .p-tabview-panels {
background: #1e1e1e;
padding: 1rem;
Expand Down Expand Up @@ -3737,10 +3783,6 @@
margin-left: 1rem;
}

.p-dialog-mask.p-component-overlay {
background-color: rgba(0, 0, 0, 0.4);
}

.p-overlaypanel {
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
Expand Down Expand Up @@ -3821,10 +3863,6 @@
padding: 1rem;
}

.p-sidebar-mask.p-component-overlay {
background: rgba(0, 0, 0, 0.4);
}

.p-tooltip .p-tooltip-text {
background: #383838;
color: rgba(255, 255, 255, 0.87);
Expand Down Expand Up @@ -3988,7 +4026,7 @@
font-size: 0.875rem;
}

.p-dock .p-dock-list {
.p-dock .p-dock-list-container {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 0.5rem 0.5rem;
Expand Down Expand Up @@ -4028,6 +4066,26 @@
margin: 1.5rem 0;
}

@media screen and (max-width: 960px) {
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
overflow-x: auto;
width: 100%;
}
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
margin: 0 auto;
}
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
overflow-y: auto;
height: 100%;
}
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
margin: auto 0;
}
.p-dock .p-dock-list .p-dock-item {
transform: none;
margin: 0;
}
}
.p-megamenu {
padding: 0.5rem;
background: #1e1e1e;
Expand Down Expand Up @@ -4648,7 +4706,7 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #93cbf9;
box-shadow: inset 0 0 0 1px #93cbf9;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #1e1e1e;
Expand Down Expand Up @@ -5041,8 +5099,46 @@
box-shadow: 0 0 0 1px #93cbf9;
}

.p-galleria-mask.p-component-overlay {
background-color: rgba(0, 0, 0, 0.9);
.p-galleria-mask {
--maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-mask {
--maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-preview-indicator {
background-color: transparent;
color: #f8f9fa;
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-image-preview-container:hover > .p-image-preview-indicator {
background-color: rgba(0, 0, 0, 0.5);
}

.p-image-toolbar {
padding: 1rem;
}

.p-image-action.p-link {
color: #f8f9fa;
background-color: transparent;
width: 3rem;
height: 3rem;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
margin-right: 0;
}
.p-image-action.p-link:hover {
color: #f8f9fa;
background-color: rgba(255, 255, 255, 0.1);
}
.p-image-action.p-link i {
font-size: 1.5rem;
}

.p-avatar {
Expand Down Expand Up @@ -5112,10 +5208,6 @@
line-height: 3rem;
}

.p-blockui.p-component-overlay {
background: rgba(0, 0, 0, 0.4);
}

.p-chip {
background-color: #383838;
color: rgba(255, 255, 255, 0.87);
Expand Down
Loading

0 comments on commit ed637ac

Please sign in to comment.