Fixed #1733 - Update PrimeIcons v5.0.0
parent
03214c7047
commit
13e15e8d47
|
@ -54,7 +54,7 @@
|
||||||
"gulp-uglifycss": "^1.0.6",
|
"gulp-uglifycss": "^1.0.6",
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.12.0",
|
||||||
"primeflex": "2.0.0",
|
"primeflex": "2.0.0",
|
||||||
"primeicons": "4.1.0",
|
"primeicons": "5.0.0",
|
||||||
"prismjs": "^1.15.0",
|
"prismjs": "^1.15.0",
|
||||||
"quill": "^1.3.7",
|
"quill": "^1.3.7",
|
||||||
"rollup-plugin-postcss": "^4.0.0",
|
"rollup-plugin-postcss": "^4.0.0",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -34,10 +34,10 @@
|
||||||
"key": "2",
|
"key": "2",
|
||||||
"label": "Movies",
|
"label": "Movies",
|
||||||
"data": "Movies Folder",
|
"data": "Movies Folder",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"children": [{
|
"children": [{
|
||||||
"key": "2-0",
|
"key": "2-0",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"label": "Al Pacino",
|
"label": "Al Pacino",
|
||||||
"data": "Pacino Movies",
|
"data": "Pacino Movies",
|
||||||
"children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]
|
"children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
{
|
{
|
||||||
"key": "2-1",
|
"key": "2-1",
|
||||||
"label": "Robert De Niro",
|
"label": "Robert De Niro",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"data": "De Niro Movies",
|
"data": "De Niro Movies",
|
||||||
"children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]
|
"children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]
|
||||||
}]
|
}]
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #64B5F6;
|
color: #64B5F6;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #81C784;
|
color: #81C784;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #FFD54F;
|
color: #FFD54F;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #BA68C8;
|
color: #BA68C8;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#2a323d;
|
--surface-a:#2a323d;
|
||||||
--surface-b:#20262e;
|
--surface-b:#20262e;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #8dd0ff;
|
color: #8dd0ff;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: color 0.15s, box-shadow 0.15s;
|
transition: color 0.15s, box-shadow 0.15s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#2a323d;
|
--surface-a:#2a323d;
|
||||||
--surface-b:#20262e;
|
--surface-b:#20262e;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #c298d8;
|
color: #c298d8;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: color 0.15s, box-shadow 0.15s;
|
transition: color 0.15s, box-shadow 0.15s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#efefef;
|
--surface-b:#efefef;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #007bff;
|
color: #007bff;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: box-shadow 0.15s;
|
transition: box-shadow 0.15s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#efefef;
|
--surface-b:#efefef;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #883cae;
|
color: #883cae;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: box-shadow 0.15s;
|
transition: box-shadow 0.15s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#faf9f8;
|
--surface-b:#faf9f8;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #323130;
|
color: #323130;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #605e5c;
|
color: #605e5c;
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -5337,14 +5338,14 @@
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-prev .p-datepicker-prev-icon:before {
|
.p-datepicker .p-datepicker-prev .p-datepicker-prev-icon:before {
|
||||||
content: "\e919";
|
content: "";
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-next {
|
.p-datepicker .p-datepicker-next {
|
||||||
order: 3;
|
order: 3;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-next .p-datepicker-next-icon:before {
|
.p-datepicker .p-datepicker-next .p-datepicker-next-icon:before {
|
||||||
content: "\e91c";
|
content: "";
|
||||||
}
|
}
|
||||||
.p-datepicker .p-datepicker-buttonbar {
|
.p-datepicker .p-datepicker-buttonbar {
|
||||||
border-top: 0 none;
|
border-top: 0 none;
|
||||||
|
@ -5356,10 +5357,10 @@
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker .pi-chevron-up:before {
|
.p-datepicker .p-timepicker .pi-chevron-up:before {
|
||||||
content: "\e91c";
|
content: "";
|
||||||
}
|
}
|
||||||
.p-datepicker .p-timepicker .pi-chevron-down:before {
|
.p-datepicker .p-timepicker .pi-chevron-down:before {
|
||||||
content: "\e919";
|
content: "";
|
||||||
}
|
}
|
||||||
.p-datepicker table {
|
.p-datepicker table {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#22272d;
|
--surface-a:#22272d;
|
||||||
--surface-b:#1c2127;
|
--surface-b:#1c2127;
|
||||||
|
@ -1442,7 +1443,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #A5B4FC;
|
color: #A5B4FC;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2667,7 +2668,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2675,7 +2676,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2762,7 +2763,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2835,7 +2836,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2843,7 +2844,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Error: Only 4 arguments allowed, but 5 were passed.
|
/* Error: Only 4 arguments allowed, but 5 were passed.
|
||||||
* ,--> ../../Development/projects/designer/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss
|
* ,--> ../Documents/GitHub/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss
|
||||||
* 7 | $highlightBg:rgba(196, 181, 253, 1, .16) !default;
|
* 7 | $highlightBg:rgba(196, 181, 253, 1, .16) !default;
|
||||||
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ invocation
|
* | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ invocation
|
||||||
* '
|
* '
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
* 1 | @function rgba($red, $green, $blue, $alpha) {
|
* 1 | @function rgba($red, $green, $blue, $alpha) {
|
||||||
* | ================================= declaration
|
* | ================================= declaration
|
||||||
* '
|
* '
|
||||||
* ../../Development/projects/designer/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss 7:14 root stylesheet */
|
* ../Documents/GitHub/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss 7:14 root stylesheet */
|
||||||
|
|
||||||
body::before {
|
body::before {
|
||||||
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
|
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
|
||||||
|
@ -17,5 +17,5 @@ body::before {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
border-bottom: 2px solid black;
|
border-bottom: 2px solid black;
|
||||||
content: "Error: Only 4 arguments allowed, but 5 were passed.\a \250c \2500 \2500 > ../../Development/projects/designer/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss\a 7 \2502 $highlightBg:rgba(196, 181, 253, 1, .16) !default;\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ invocation\a \2575 \a \2577 \a 1 \2502 @function rgba($red, $green, $blue, $alpha) {\a \2502 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 declaration\a \2575 \a ../../Development/projects/designer/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss 7:14 root stylesheet";
|
content: "Error: Only 4 arguments allowed, but 5 were passed.\a \250c \2500 \2500 > ../Documents/GitHub/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss\a 7 \2502 $highlightBg:rgba(196, 181, 253, 1, .16) !default;\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ invocation\a \2575 \a \2577 \a 1 \2502 @function rgba($red, $green, $blue, $alpha) {\a \2502 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 \2501 declaration\a \2575 \a ../Documents/GitHub/designer-vue/designer-ui/src/assets/themes/lara/lara-dark/purple/theme.scss 7:14 root stylesheet";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
|
@ -1442,7 +1443,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #6366F1;
|
color: #6366F1;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2667,7 +2668,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2675,7 +2676,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2762,7 +2763,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #343a40;
|
color: #343a40;
|
||||||
|
@ -2835,7 +2836,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2843,7 +2844,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
|
@ -1442,7 +1443,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #8B5CF6;
|
color: #8B5CF6;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2667,7 +2668,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2675,7 +2676,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2762,7 +2763,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #343a40;
|
color: #343a40;
|
||||||
|
@ -2835,7 +2836,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2843,7 +2844,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #191919;
|
--surface-a: #191919;
|
||||||
--surface-b: #191919;
|
--surface-b: #191919;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #FFE082;
|
color: #FFE082;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #191919;
|
--surface-a: #191919;
|
||||||
--surface-b: #191919;
|
--surface-b: #191919;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #81D4FA;
|
color: #81D4FA;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #191919;
|
--surface-a: #191919;
|
||||||
--surface-b: #191919;
|
--surface-b: #191919;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #C5E1A5;
|
color: #C5E1A5;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #191919;
|
--surface-a: #191919;
|
||||||
--surface-b: #191919;
|
--surface-b: #191919;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #F48FB1;
|
color: #F48FB1;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #CE93D8;
|
color: #CE93D8;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #9FA8DA;
|
color: #9FA8DA;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#fafafa;
|
--surface-b:#fafafa;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#fafafa;
|
--surface-b:#fafafa;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #CE93D8;
|
color: #CE93D8;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1e1e1e;
|
--surface-a:#1e1e1e;
|
||||||
--surface-b:#121212;
|
--surface-b:#121212;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #9FA8DA;
|
color: #9FA8DA;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#fafafa;
|
--surface-b:#fafafa;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#fafafa;
|
--surface-b:#fafafa;
|
||||||
|
@ -1431,7 +1432,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2656,7 +2657,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2664,7 +2665,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2751,7 +2752,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
@ -2824,7 +2825,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2832,7 +2833,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #ffffff;
|
--surface-a: #ffffff;
|
||||||
--surface-b: #f4f4f4;
|
--surface-b: #f4f4f4;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #007ad9;
|
color: #007ad9;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #007ad9;
|
color: #007ad9;
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #ffffff;
|
--surface-a: #ffffff;
|
||||||
--surface-b: #f4f4f4;
|
--surface-b: #f4f4f4;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #007ad9;
|
color: #007ad9;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #007ad9;
|
color: #007ad9;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #ffffff;
|
--surface-a: #ffffff;
|
||||||
--surface-b: #f4f4f4;
|
--surface-b: #f4f4f4;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #41b883;
|
color: #41b883;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #41b883;
|
color: #41b883;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #ffffff;
|
--surface-a: #ffffff;
|
||||||
--surface-b: #f4f4f4;
|
--surface-b: #f4f4f4;
|
||||||
|
@ -1415,7 +1416,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #007ad9;
|
color: #007ad9;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2644,7 +2645,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2652,7 +2653,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2739,7 +2740,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #007ad9;
|
color: #007ad9;
|
||||||
|
@ -2812,7 +2813,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2820,7 +2821,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a: #ffffff;
|
--surface-a: #ffffff;
|
||||||
--surface-b: #f4f4f4;
|
--surface-b: #f4f4f4;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #7B95A3;
|
color: #7B95A3;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #2196F3;
|
color: #2196F3;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #4CAF50;
|
color: #4CAF50;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #FFC107;
|
color: #FFC107;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #9C27B0;
|
color: #9C27B0;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#fafafa;
|
--surface-b:#fafafa;
|
||||||
|
@ -1442,7 +1443,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #4F46E5;
|
color: #4F46E5;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2667,7 +2668,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2675,7 +2676,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2762,7 +2763,7 @@
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: #18181B;
|
color: #18181B;
|
||||||
|
@ -2835,7 +2836,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2843,7 +2844,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #64B5F6;
|
color: #64B5F6;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #81C784;
|
color: #81C784;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #FFD54F;
|
color: #FFD54F;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
@charset "UTF-8";
|
||||||
:root {
|
:root {
|
||||||
--surface-a:#1f2d40;
|
--surface-a:#1f2d40;
|
||||||
--surface-b:#17212f;
|
--surface-b:#17212f;
|
||||||
|
@ -1407,7 +1408,7 @@
|
||||||
.p-rating .p-rating-icon:first-child {
|
.p-rating .p-rating-icon:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.p-rating .p-rating-icon.pi-star {
|
.p-rating .p-rating-icon.pi-star-fill {
|
||||||
color: #BA68C8;
|
color: #BA68C8;
|
||||||
}
|
}
|
||||||
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
||||||
|
@ -2632,7 +2633,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2640,7 +2641,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
@ -2727,7 +2728,7 @@
|
||||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
content: "\e90b";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
@ -2800,7 +2801,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
||||||
content: "\e900";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
||||||
font-family: "PrimeIcons" !important;
|
font-family: "PrimeIcons" !important;
|
||||||
|
@ -2808,7 +2809,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
||||||
content: "\e901";
|
content: "";
|
||||||
}
|
}
|
||||||
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<h4>Component Scale</h4>
|
<h4>Component Scale</h4>
|
||||||
<div class="config-scale">
|
<div class="config-scale">
|
||||||
<Button icon="pi pi-minus" @click="decrementScale()" class="p-button-text" :disabled="scale === scales[0]"/>
|
<Button icon="pi pi-minus" @click="decrementScale()" class="p-button-text" :disabled="scale === scales[0]"/>
|
||||||
<i class="pi pi-circle-on" v-for="s of scales" :class="{'scale-active': s === scale}" :key="s"/>
|
<i class="pi pi-circle-fill" v-for="s of scales" :class="{'scale-active': s === scale}" :key="s"/>
|
||||||
<Button icon="pi pi-plus" @click="incrementScale()" class="p-button-text" :disabled="scale === scales[scales.length - 1]" />
|
<Button icon="pi pi-plus" @click="incrementScale()" class="p-button-text" :disabled="scale === scales[scales.length - 1]" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -159,7 +159,7 @@
|
||||||
"meta": ["primeicons"],
|
"meta": ["primeicons"],
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"name": "Icons v4.1",
|
"name": "Icons v5",
|
||||||
"to": "/icons"
|
"to": "/icons"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -70,30 +70,43 @@ export const PrimeIcons: {
|
||||||
ARROW_CIRCLE_RIGHT?: string,
|
ARROW_CIRCLE_RIGHT?: string,
|
||||||
ARROW_CIRCLE_UP?: string,
|
ARROW_CIRCLE_UP?: string,
|
||||||
ARROW_DOWN?: string,
|
ARROW_DOWN?: string,
|
||||||
|
ARROW_DOWN_LEFT?: string,
|
||||||
|
ARROW_DOWN_RIGHT?: string,
|
||||||
ARROW_LEFT?: string,
|
ARROW_LEFT?: string,
|
||||||
ARROW_RIGHT?: string,
|
ARROW_RIGHT?: string,
|
||||||
ARROW_UP?: string,
|
ARROW_UP?: string,
|
||||||
|
ARROW_UP_LEFT?: string,
|
||||||
|
ARROW_UP_RIGHT?: string,
|
||||||
|
ARROW_H?: string,
|
||||||
|
ARROW_V?: string,
|
||||||
|
AT?: string,
|
||||||
BACKWARD?: string,
|
BACKWARD?: string,
|
||||||
BAN?: string,
|
BAN?: string,
|
||||||
BARS?: string,
|
BARS?: string,
|
||||||
BELL?: string,
|
BELL?: string,
|
||||||
|
BOLT?: string,
|
||||||
BOOK?: string,
|
BOOK?: string,
|
||||||
BOOKMARK?: string,
|
BOOKMARK?: string,
|
||||||
|
BOOKMARK_FILL?: string,
|
||||||
|
BOX?: string,
|
||||||
BRIEFCASE?: string,
|
BRIEFCASE?: string,
|
||||||
|
BUILDING?: string,
|
||||||
|
CALENDAR?: string,
|
||||||
CALENDAR_MINUS?: string,
|
CALENDAR_MINUS?: string,
|
||||||
CALENDAR_PLUS?: string,
|
CALENDAR_PLUS?: string,
|
||||||
CALENDAR_TIMES?: string,
|
CALENDAR_TIMES?: string,
|
||||||
CALENDAR?: string,
|
|
||||||
CAMERA?: string,
|
CAMERA?: string,
|
||||||
|
CAR?: string,
|
||||||
CARET_DOWN?: string,
|
CARET_DOWN?: string,
|
||||||
CARET_LEFT?: string,
|
CARET_LEFT?: string,
|
||||||
CARET_RIGHT?: string,
|
CARET_RIGHT?: string,
|
||||||
CARET_UP?: string,
|
CARET_UP?: string,
|
||||||
CHART_BAR?: string,
|
CHART_BAR?: string,
|
||||||
CHART_LINE?: string,
|
CHART_LINE?: string,
|
||||||
|
CHART_PIE?: string,
|
||||||
|
CHECK?: string,
|
||||||
CHECK_CIRCLE?: string,
|
CHECK_CIRCLE?: string,
|
||||||
CHECK_SQUARE?: string,
|
CHECK_SQUARE?: string,
|
||||||
CHECK?: string,
|
|
||||||
CHEVRON_CIRCLE_DOWN?: string,
|
CHEVRON_CIRCLE_DOWN?: string,
|
||||||
CHEVRON_CIRCLE_LEFT?: string,
|
CHEVRON_CIRCLE_LEFT?: string,
|
||||||
CHEVRON_CIRCLE_RIGHT?: string,
|
CHEVRON_CIRCLE_RIGHT?: string,
|
||||||
|
@ -102,66 +115,77 @@ export const PrimeIcons: {
|
||||||
CHEVRON_LEFT?: string,
|
CHEVRON_LEFT?: string,
|
||||||
CHEVRON_RIGHT?: string,
|
CHEVRON_RIGHT?: string,
|
||||||
CHEVRON_UP?: string,
|
CHEVRON_UP?: string,
|
||||||
|
CIRCLE?: string,
|
||||||
|
CIRCLE_FILL?: string,
|
||||||
CLOCK?: string,
|
CLOCK?: string,
|
||||||
CLONE?: string,
|
CLONE?: string,
|
||||||
|
CLOUD?: string,
|
||||||
CLOUD_DOWNLOAD?: string,
|
CLOUD_DOWNLOAD?: string,
|
||||||
CLOUD_UPLOAD?: string,
|
CLOUD_UPLOAD?: string,
|
||||||
CLOUD?: string,
|
CODE?: string,
|
||||||
COG?: string,
|
COG?: string,
|
||||||
COMMENT?: string,
|
COMMENT?: string,
|
||||||
COMMENTS?: string,
|
COMMENTS?: string,
|
||||||
COMPASS?: string,
|
COMPASS?: string,
|
||||||
COPY?: string,
|
COPY?: string,
|
||||||
CREDIT_CARD?: string,
|
CREDIT_CARD?: string,
|
||||||
|
DATABASE?: string,
|
||||||
DESKTOP?: string,
|
DESKTOP?: string,
|
||||||
DISCORD?: string,
|
|
||||||
DIRECTIONS_ALT?: string,
|
|
||||||
DIRECTIONS?: string,
|
DIRECTIONS?: string,
|
||||||
|
DIRECTIONS_ALT?: string,
|
||||||
|
DISCORD?: string,
|
||||||
DOLLAR?: string,
|
DOLLAR?: string,
|
||||||
DOWNLOAD?: string,
|
DOWNLOAD?: string,
|
||||||
EJECT?: string,
|
EJECT?: string,
|
||||||
ELLIPSIS_H?: string,
|
ELLIPSIS_H?: string,
|
||||||
ELLIPSIS_V?: string,
|
ELLIPSIS_V?: string,
|
||||||
ENVELOPE?: string,
|
ENVELOPE?: string,
|
||||||
|
EURO?: string,
|
||||||
EXCLAMATION_CIRCLE?: string,
|
EXCLAMATION_CIRCLE?: string,
|
||||||
EXCLAMATION_TRIANGLE?: string,
|
EXCLAMATION_TRIANGLE ?: string,
|
||||||
EXTERNAL_LINK?: string,
|
EXTERNAL_LINK?: string,
|
||||||
EYE_SLASH?: string,
|
|
||||||
EYE?: string,
|
EYE?: string,
|
||||||
|
EYE_SLASH?: string,
|
||||||
FACEBOOK?: string,
|
FACEBOOK?: string,
|
||||||
FAST_BACKWARD?: string,
|
FAST_BACKWARD?: string,
|
||||||
FAST_FORWARD?: string,
|
FAST_FORWARD?: string,
|
||||||
FILE_EXCEL?: string,
|
|
||||||
FILE_O?: string,
|
|
||||||
FILE_PDF?: string,
|
|
||||||
FILE?: string,
|
FILE?: string,
|
||||||
|
FILE_EXCEL?: string,
|
||||||
|
FILE_PDF?: string,
|
||||||
FILTER?: string,
|
FILTER?: string,
|
||||||
|
FILTER_FILL?: string,
|
||||||
FILTER_SLASH?: string,
|
FILTER_SLASH?: string,
|
||||||
FLAG?: string,
|
FLAG?: string,
|
||||||
FOLDER_OPEN?: string,
|
FLAG_FILL?: string,
|
||||||
FOLDER?: string,
|
FOLDER?: string,
|
||||||
|
FOLDER_OPEN?: string,
|
||||||
FORWARD?: string,
|
FORWARD?: string,
|
||||||
GITHUB?: string,
|
GITHUB?: string,
|
||||||
GLOBE?: string,
|
GLOBE?: string,
|
||||||
GOOGLE?: string,
|
GOOGLE?: string,
|
||||||
|
HASHTAG?: string,
|
||||||
HEART?: string,
|
HEART?: string,
|
||||||
|
HEART_FILL?: string,
|
||||||
|
HISTORY?: string,
|
||||||
HOME?: string,
|
HOME?: string,
|
||||||
ID_CARD?: string,
|
ID_CARD?: string,
|
||||||
IMAGE?: string,
|
IMAGE?: string,
|
||||||
IMAGES?: string,
|
IMAGES?: string,
|
||||||
INBOX?: string,
|
INBOX?: string,
|
||||||
INFO_CIRCLE?: string,
|
|
||||||
INFO?: string,
|
INFO?: string,
|
||||||
|
INFO_CIRCLE?: string,
|
||||||
|
INSTAGRAM?: string,
|
||||||
KEY?: string,
|
KEY?: string,
|
||||||
LINK?: string,
|
LINK?: string,
|
||||||
|
LINKEDIN?: string,
|
||||||
LIST?: string,
|
LIST?: string,
|
||||||
LOCK_OPEN?: string,
|
|
||||||
LOCK?: string,
|
LOCK?: string,
|
||||||
|
LOCK_OPEN?: string,
|
||||||
MAP?: string,
|
MAP?: string,
|
||||||
MAP_MARKER?: string,
|
MAP_MARKER?: string,
|
||||||
MICROSOFT?: string,
|
MICROSOFT?: string,
|
||||||
MINUS_CIRCLE?: string,
|
|
||||||
MINUS?: string,
|
MINUS?: string,
|
||||||
|
MINUS_CIRCLE?: string,
|
||||||
MOBILE?: string,
|
MOBILE?: string,
|
||||||
MONEY_BILL?: string,
|
MONEY_BILL?: string,
|
||||||
MOON?: string,
|
MOON?: string,
|
||||||
|
@ -173,24 +197,28 @@ export const PrimeIcons: {
|
||||||
PERCENTAGE?: string,
|
PERCENTAGE?: string,
|
||||||
PHONE?: string,
|
PHONE?: string,
|
||||||
PLAY?: string,
|
PLAY?: string,
|
||||||
PLUS_CIRCLE?: string,
|
|
||||||
PLUS?: string,
|
PLUS?: string,
|
||||||
|
PLUS_CIRCLE?: string,
|
||||||
|
POUND?: string,
|
||||||
POWER_OFF?: string,
|
POWER_OFF?: string,
|
||||||
|
PRIME?: string,
|
||||||
PRINT?: string,
|
PRINT?: string,
|
||||||
QUESTION_CIRCLE?: string,
|
QRCODE?: string,
|
||||||
QUESTION?: string,
|
QUESTION?: string,
|
||||||
RADIO_OFF?: string,
|
QUESTION_CIRCLE?: string,
|
||||||
RADIO_ON?: string,
|
REDDIT?: string,
|
||||||
REFRESH?: string,
|
REFRESH?: string,
|
||||||
REPLAY?: string,
|
REPLAY?: string,
|
||||||
REPLY?: string,
|
REPLY?: string,
|
||||||
SAVE?: string,
|
SAVE?: string,
|
||||||
|
SEARCH?: string,
|
||||||
SEARCH_MINUS?: string,
|
SEARCH_MINUS?: string,
|
||||||
SEARCH_PLUS?: string,
|
SEARCH_PLUS?: string,
|
||||||
SEARCH?: string,
|
|
||||||
SEND?: string,
|
SEND?: string,
|
||||||
|
SERVER?: string,
|
||||||
SHARE_ALT?: string,
|
SHARE_ALT?: string,
|
||||||
SHIELD?: string,
|
SHIELD?: string,
|
||||||
|
SHOPPING_BAG?: string,
|
||||||
SHOPPING_CART?: string,
|
SHOPPING_CART?: string,
|
||||||
SIGN_IN?: string,
|
SIGN_IN?: string,
|
||||||
SIGN_OUT?: string,
|
SIGN_OUT?: string,
|
||||||
|
@ -198,60 +226,66 @@ export const PrimeIcons: {
|
||||||
SLACK?: string,
|
SLACK?: string,
|
||||||
SLIDERS_H?: string,
|
SLIDERS_H?: string,
|
||||||
SLIDERS_V?: string,
|
SLIDERS_V?: string,
|
||||||
SORT_ALPHA_ALT_DOWN?: string,
|
|
||||||
SORT_ALPHA_ALT_UP?: string,
|
|
||||||
SORT_ALPHA_DOWN?: string,
|
|
||||||
SORT_ALPHA_UP?: string,
|
|
||||||
SORT_ALT?: string,
|
|
||||||
SORT_AMOUNT_DOWN_ALT?: string,
|
|
||||||
SORT_AMOUNT_DOWN?: string,
|
|
||||||
SORT_AMOUNT_UP_ALT?: string,
|
|
||||||
SORT_AMOUNT_UP?: string,
|
|
||||||
SORT_DOWN?: string,
|
|
||||||
SORT_NUMERIC_ALT_DOWN?: string,
|
|
||||||
SORT_NUMERIC_ALT_UP?: string,
|
|
||||||
SORT_NUMERIC_DOWN?: string,
|
|
||||||
SORT_NUMERIC_UP?: string,
|
|
||||||
SORT_UP?: string,
|
|
||||||
SORT?: string,
|
SORT?: string,
|
||||||
|
SORT_ALPHA_DOWN?: string,
|
||||||
|
SORT_ALPHA_ALT_DOWN?: string,
|
||||||
|
SORT_ALPHA_UP?: string,
|
||||||
|
SORT_ALPHA_ALT_UP?: string,
|
||||||
|
SORT_ALT?: string,
|
||||||
|
SORT_ALT_SLASH?: string,
|
||||||
|
SORT_AMOUNT_DOWN?: string,
|
||||||
|
SORT_AMOUNT_DOWN_ALT?: string,
|
||||||
|
SORT_AMOUNT_UP?: string,
|
||||||
|
SORT_AMOUNT_UP_ALT?: string,
|
||||||
|
SORT_DOWN?: string,
|
||||||
|
SORT_NUMERIC_DOWN?: string,
|
||||||
|
SORT_NUMERIC_ALT_DOWN?: string,
|
||||||
|
SORT_NUMERIC_UP?: string,
|
||||||
|
SORT_NUMERIC_ALT_UP?: string,
|
||||||
|
SORT_UP?: string,
|
||||||
SPINNER?: string,
|
SPINNER?: string,
|
||||||
STAR_O?: string,
|
|
||||||
STAR?: string,
|
STAR?: string,
|
||||||
STEP_BACKWARD_ALT?: string,
|
STAR_FILL?: string,
|
||||||
STEP_BACKWARD?: string,
|
STEP_BACKWARD?: string,
|
||||||
STEP_FORWARD_ALT?: string,
|
STEP_BACKWARD_ALT?: string,
|
||||||
STEP_FORWARD?: string,
|
STEP_FORWARD?: string,
|
||||||
|
STEP_FORWARD_ALT?: string,
|
||||||
|
STOP?: string,
|
||||||
|
STOP_CIRCLE?: string,
|
||||||
SUN?: string,
|
SUN?: string,
|
||||||
|
SYNC?: string,
|
||||||
TABLE?: string,
|
TABLE?: string,
|
||||||
TABLET?: string,
|
TABLET?: string,
|
||||||
TAG?: string,
|
TAG?: string,
|
||||||
TAGS?: string,
|
TAGS?: string,
|
||||||
|
TELEGRAM?: string,
|
||||||
TH_LARGE?: string,
|
TH_LARGE?: string,
|
||||||
THUMBS_DOWN?: string,
|
THUMBS_DOWN?: string,
|
||||||
THUMBS_UP?: string,
|
THUMBS_UP?: string,
|
||||||
TICKET?: string,
|
TICKET?: string,
|
||||||
TIMES_CIRCLE?: string,
|
|
||||||
TIMES?: string,
|
TIMES?: string,
|
||||||
|
TIMES_CIRCLE?: string,
|
||||||
TRASH?: string,
|
TRASH?: string,
|
||||||
TWITTER?: string,
|
TWITTER?: string,
|
||||||
UNDO?: string,
|
UNDO?: string,
|
||||||
UNLOCK?: string,
|
UNLOCK?: string,
|
||||||
UPLOAD?: string,
|
UPLOAD?: string,
|
||||||
|
USER?: string,
|
||||||
USER_EDIT?: string,
|
USER_EDIT?: string,
|
||||||
USER_MINUS?: string,
|
USER_MINUS?: string,
|
||||||
USER_PLUS?: string,
|
USER_PLUS?: string,
|
||||||
USER?: string,
|
|
||||||
USERS?: string,
|
USERS?: string,
|
||||||
VIDEO?: string,
|
VIDEO?: string,
|
||||||
VIMEO?: string,
|
VIMEO?: string,
|
||||||
VOLUME_DOWN?: string,
|
VOLUME_DOWN?: string,
|
||||||
VOLUME_OFF?: string,
|
VOLUME_OFF?: string,
|
||||||
VOLUME_UP?: string,
|
VOLUME_UP?: string,
|
||||||
YOUTUBE?: string,
|
|
||||||
WALLET?: string,
|
WALLET?: string,
|
||||||
|
WHATSAPP?: string,
|
||||||
WIFI?: string,
|
WIFI?: string,
|
||||||
WINDOW_MAXIMIZE?: string,
|
WINDOW_MAXIMIZE?: string,
|
||||||
WINDOW_MINIMIZE?: string
|
WINDOW_MINIMIZE?: string,
|
||||||
|
YOUTUBE?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const ToastSeverity: {
|
export const ToastSeverity: {
|
||||||
|
|
|
@ -19,30 +19,43 @@ const PrimeIcons = {
|
||||||
ARROW_CIRCLE_RIGHT:'pi pi-arrow-circle-right',
|
ARROW_CIRCLE_RIGHT:'pi pi-arrow-circle-right',
|
||||||
ARROW_CIRCLE_UP:'pi pi-arrow-circle-up',
|
ARROW_CIRCLE_UP:'pi pi-arrow-circle-up',
|
||||||
ARROW_DOWN:'pi pi-arrow-down',
|
ARROW_DOWN:'pi pi-arrow-down',
|
||||||
|
ARROW_DOWN_LEFT:'pi pi-arrow-down-left',
|
||||||
|
ARROW_DOWN_RIGHT:'pi pi-arrow-down-right',
|
||||||
ARROW_LEFT:'pi pi-arrow-left',
|
ARROW_LEFT:'pi pi-arrow-left',
|
||||||
ARROW_RIGHT:'pi pi-arrow-right',
|
ARROW_RIGHT:'pi pi-arrow-right',
|
||||||
ARROW_UP:'pi pi-arrow-up',
|
ARROW_UP:'pi pi-arrow-up',
|
||||||
|
ARROW_UP_LEFT:'pi pi-arrow-up-left',
|
||||||
|
ARROW_UP_RIGHT:'pi pi-arrow-up-right',
|
||||||
|
ARROW_H:'pi pi-arrow-h',
|
||||||
|
ARROW_V:'pi pi-arrow-v',
|
||||||
|
AT:'pi pi-at',
|
||||||
BACKWARD:'pi pi-backward',
|
BACKWARD:'pi pi-backward',
|
||||||
BAN:'pi pi-ban',
|
BAN:'pi pi-ban',
|
||||||
BARS:'pi pi-bars',
|
BARS:'pi pi-bars',
|
||||||
BELL:'pi pi-bell',
|
BELL:'pi pi-bell',
|
||||||
|
BOLT:'pi pi-bolt',
|
||||||
BOOK:'pi pi-book',
|
BOOK:'pi pi-book',
|
||||||
BOOKMARK:'pi pi-bookmark',
|
BOOKMARK:'pi pi-bookmark',
|
||||||
|
BOOKMARK_FILL:'pi pi-bookmark-fill',
|
||||||
|
BOX:'pi pi-box',
|
||||||
BRIEFCASE:'pi pi-briefcase',
|
BRIEFCASE:'pi pi-briefcase',
|
||||||
|
BUILDING:'pi pi-building',
|
||||||
|
CALENDAR:'pi pi-calendar',
|
||||||
CALENDAR_MINUS:'pi pi-calendar-minus',
|
CALENDAR_MINUS:'pi pi-calendar-minus',
|
||||||
CALENDAR_PLUS:'pi pi-calendar-plus',
|
CALENDAR_PLUS:'pi pi-calendar-plus',
|
||||||
CALENDAR_TIMES:'pi pi-calendar-times',
|
CALENDAR_TIMES:'pi pi-calendar-times',
|
||||||
CALENDAR:'pi pi-calendar',
|
|
||||||
CAMERA:'pi pi-camera',
|
CAMERA:'pi pi-camera',
|
||||||
|
CAR:'pi pi-car',
|
||||||
CARET_DOWN:'pi pi-caret-down',
|
CARET_DOWN:'pi pi-caret-down',
|
||||||
CARET_LEFT:'pi pi-caret-left',
|
CARET_LEFT:'pi pi-caret-left',
|
||||||
CARET_RIGHT:'pi pi-caret-right',
|
CARET_RIGHT:'pi pi-caret-right',
|
||||||
CARET_UP:'pi pi-caret-up',
|
CARET_UP:'pi pi-caret-up',
|
||||||
CHART_BAR:'pi pi-chart-bar',
|
CHART_BAR:'pi pi-chart-bar',
|
||||||
CHART_LINE:'pi pi-chart-line',
|
CHART_LINE:'pi pi-chart-line',
|
||||||
|
CHART_PIE:'pi pi-chart-pie',
|
||||||
|
CHECK:'pi pi-check',
|
||||||
CHECK_CIRCLE:'pi pi-check-circle',
|
CHECK_CIRCLE:'pi pi-check-circle',
|
||||||
CHECK_SQUARE:'pi pi-check-square',
|
CHECK_SQUARE:'pi pi-check-square',
|
||||||
CHECK:'pi pi-check',
|
|
||||||
CHEVRON_CIRCLE_DOWN:'pi pi-chevron-circle-down',
|
CHEVRON_CIRCLE_DOWN:'pi pi-chevron-circle-down',
|
||||||
CHEVRON_CIRCLE_LEFT:'pi pi-chevron-circle-left',
|
CHEVRON_CIRCLE_LEFT:'pi pi-chevron-circle-left',
|
||||||
CHEVRON_CIRCLE_RIGHT:'pi pi-chevron-circle-right',
|
CHEVRON_CIRCLE_RIGHT:'pi pi-chevron-circle-right',
|
||||||
|
@ -51,66 +64,77 @@ const PrimeIcons = {
|
||||||
CHEVRON_LEFT:'pi pi-chevron-left',
|
CHEVRON_LEFT:'pi pi-chevron-left',
|
||||||
CHEVRON_RIGHT:'pi pi-chevron-right',
|
CHEVRON_RIGHT:'pi pi-chevron-right',
|
||||||
CHEVRON_UP:'pi pi-chevron-up',
|
CHEVRON_UP:'pi pi-chevron-up',
|
||||||
|
CIRCLE:'pi pi-circle',
|
||||||
|
CIRCLE_FILL:'pi pi-circle-fill',
|
||||||
CLOCK:'pi pi-clock',
|
CLOCK:'pi pi-clock',
|
||||||
CLONE:'pi pi-clone',
|
CLONE:'pi pi-clone',
|
||||||
|
CLOUD:'pi pi-cloud',
|
||||||
CLOUD_DOWNLOAD:'pi pi-cloud-download',
|
CLOUD_DOWNLOAD:'pi pi-cloud-download',
|
||||||
CLOUD_UPLOAD:'pi pi-cloud-upload',
|
CLOUD_UPLOAD:'pi pi-cloud-upload',
|
||||||
CLOUD:'pi pi-cloud',
|
CODE:'pi pi-code',
|
||||||
COG:'pi pi-cog',
|
COG:'pi pi-cog',
|
||||||
COMMENT:'pi pi-comment',
|
COMMENT:'pi pi-comment',
|
||||||
COMMENTS:'pi pi-comments',
|
COMMENTS:'pi pi-comments',
|
||||||
COMPASS:'pi pi-compass',
|
COMPASS:'pi pi-compass',
|
||||||
COPY:'pi pi-copy',
|
COPY:'pi pi-copy',
|
||||||
CREDIT_CARD:'pi pi-credit-card',
|
CREDIT_CARD:'pi pi-credit-card',
|
||||||
|
DATABASE:'pi pi-database',
|
||||||
DESKTOP:'pi pi-desktop',
|
DESKTOP:'pi pi-desktop',
|
||||||
DISCORD:'pi pi-discord',
|
|
||||||
DIRECTIONS_ALT:'pi pi-directions-alt',
|
|
||||||
DIRECTIONS:'pi pi-directions',
|
DIRECTIONS:'pi pi-directions',
|
||||||
|
DIRECTIONS_ALT:'pi pi-directions-alt',
|
||||||
|
DISCORD:'pi pi-discord',
|
||||||
DOLLAR:'pi pi-dollar',
|
DOLLAR:'pi pi-dollar',
|
||||||
DOWNLOAD:'pi pi-download',
|
DOWNLOAD:'pi pi-download',
|
||||||
EJECT:'pi pi-eject',
|
EJECT:'pi pi-eject',
|
||||||
ELLIPSIS_H:'pi pi-ellipsis-h',
|
ELLIPSIS_H:'pi pi-ellipsis-h',
|
||||||
ELLIPSIS_V:'pi pi-ellipsis-v',
|
ELLIPSIS_V:'pi pi-ellipsis-v',
|
||||||
ENVELOPE:'pi pi-envelope',
|
ENVELOPE:'pi pi-envelope',
|
||||||
|
EURO:'pi pi-euro',
|
||||||
EXCLAMATION_CIRCLE:'pi pi-exclamation-circle',
|
EXCLAMATION_CIRCLE:'pi pi-exclamation-circle',
|
||||||
EXCLAMATION_TRIANGLE :'pi pi-exclamation-triangle ',
|
EXCLAMATION_TRIANGLE :'pi pi-exclamation-triangle',
|
||||||
EXTERNAL_LINK:'pi pi-external-link',
|
EXTERNAL_LINK:'pi pi-external-link',
|
||||||
EYE_SLASH:'pi pi-eye-slash',
|
|
||||||
EYE:'pi pi-eye',
|
EYE:'pi pi-eye',
|
||||||
|
EYE_SLASH:'pi pi-eye-slash',
|
||||||
FACEBOOK:'pi pi-facebook',
|
FACEBOOK:'pi pi-facebook',
|
||||||
FAST_BACKWARD:'pi pi-fast-backward',
|
FAST_BACKWARD:'pi pi-fast-backward',
|
||||||
FAST_FORWARD:'pi pi-fast-forward',
|
FAST_FORWARD:'pi pi-fast-forward',
|
||||||
FILE_EXCEL:'pi pi-file-excel',
|
|
||||||
FILE_O:'pi pi-file-o',
|
|
||||||
FILE_PDF:'pi pi-file-pdf',
|
|
||||||
FILE:'pi pi-file',
|
FILE:'pi pi-file',
|
||||||
|
FILE_EXCEL:'pi pi-file-excel',
|
||||||
|
FILE_PDF:'pi pi-file-pdf',
|
||||||
FILTER:'pi pi-filter',
|
FILTER:'pi pi-filter',
|
||||||
|
FILTER_FILL:'pi pi-filter-fill',
|
||||||
FILTER_SLASH:'pi pi-filter-slash',
|
FILTER_SLASH:'pi pi-filter-slash',
|
||||||
FLAG:'pi pi-flag',
|
FLAG:'pi pi-flag',
|
||||||
FOLDER_OPEN:'pi pi-folder-open',
|
FLAG_FILL:'pi pi-flag-fill',
|
||||||
FOLDER:'pi pi-folder',
|
FOLDER:'pi pi-folder',
|
||||||
|
FOLDER_OPEN:'pi pi-folder-open',
|
||||||
FORWARD:'pi pi-forward',
|
FORWARD:'pi pi-forward',
|
||||||
GITHUB:'pi pi-github',
|
GITHUB:'pi pi-github',
|
||||||
GLOBE:'pi pi-globe',
|
GLOBE:'pi pi-globe',
|
||||||
GOOGLE:'pi pi-google',
|
GOOGLE:'pi pi-google',
|
||||||
|
HASHTAG:'pi pi-hashtag',
|
||||||
HEART:'pi pi-heart',
|
HEART:'pi pi-heart',
|
||||||
|
HEART_FILL:'pi pi-heart-fill',
|
||||||
|
HISTORY:'pi pi-history',
|
||||||
HOME:'pi pi-home',
|
HOME:'pi pi-home',
|
||||||
ID_CARD:'pi pi-id-card',
|
ID_CARD:'pi pi-id-card',
|
||||||
IMAGE:'pi pi-image',
|
IMAGE:'pi pi-image',
|
||||||
IMAGES:'pi pi-images',
|
IMAGES:'pi pi-images',
|
||||||
INBOX:'pi pi-inbox',
|
INBOX:'pi pi-inbox',
|
||||||
INFO_CIRCLE:'pi pi-info-circle',
|
|
||||||
INFO:'pi pi-info',
|
INFO:'pi pi-info',
|
||||||
|
INFO_CIRCLE:'pi pi-info-circle',
|
||||||
|
INSTAGRAM:'pi pi-instagram',
|
||||||
KEY:'pi pi-key',
|
KEY:'pi pi-key',
|
||||||
LINK:'pi pi-link',
|
LINK:'pi pi-link',
|
||||||
|
LINKEDIN:'pi pi-linkedin',
|
||||||
LIST:'pi pi-list',
|
LIST:'pi pi-list',
|
||||||
LOCK_OPEN:'pi pi-lock-open',
|
|
||||||
LOCK:'pi pi-lock',
|
LOCK:'pi pi-lock',
|
||||||
|
LOCK_OPEN:'pi pi-lock-open',
|
||||||
MAP:'pi pi-map',
|
MAP:'pi pi-map',
|
||||||
MAP_MARKER:'pi pi-map-marker',
|
MAP_MARKER:'pi pi-map-marker',
|
||||||
MICROSOFT:'pi pi-microsoft',
|
MICROSOFT:'pi pi-microsoft',
|
||||||
MINUS_CIRCLE:'pi pi-minus-circle',
|
|
||||||
MINUS:'pi pi-minus',
|
MINUS:'pi pi-minus',
|
||||||
|
MINUS_CIRCLE:'pi pi-minus-circle',
|
||||||
MOBILE:'pi pi-mobile',
|
MOBILE:'pi pi-mobile',
|
||||||
MONEY_BILL:'pi pi-money-bill',
|
MONEY_BILL:'pi pi-money-bill',
|
||||||
MOON:'pi pi-moon',
|
MOON:'pi pi-moon',
|
||||||
|
@ -122,24 +146,28 @@ const PrimeIcons = {
|
||||||
PERCENTAGE:'pi pi-percentage',
|
PERCENTAGE:'pi pi-percentage',
|
||||||
PHONE:'pi pi-phone',
|
PHONE:'pi pi-phone',
|
||||||
PLAY:'pi pi-play',
|
PLAY:'pi pi-play',
|
||||||
PLUS_CIRCLE:'pi pi-plus-circle',
|
|
||||||
PLUS:'pi pi-plus',
|
PLUS:'pi pi-plus',
|
||||||
|
PLUS_CIRCLE:'pi pi-plus-circle',
|
||||||
|
POUND:'pi pi-pound',
|
||||||
POWER_OFF:'pi pi-power-off',
|
POWER_OFF:'pi pi-power-off',
|
||||||
|
PRIME:'pi pi-prime',
|
||||||
PRINT:'pi pi-print',
|
PRINT:'pi pi-print',
|
||||||
QUESTION_CIRCLE:'pi pi-question-circle',
|
QRCODE:'pi pi-qrcode',
|
||||||
QUESTION:'pi pi-question',
|
QUESTION:'pi pi-question',
|
||||||
RADIO_OFF:'pi pi-radio-off',
|
QUESTION_CIRCLE:'pi pi-question-circle',
|
||||||
RADIO_ON:'pi pi-radio-on',
|
REDDIT:'pi pi-reddit',
|
||||||
REFRESH:'pi pi-refresh',
|
REFRESH:'pi pi-refresh',
|
||||||
REPLAY:'pi pi-replay',
|
REPLAY:'pi pi-replay',
|
||||||
REPLY:'pi pi-reply',
|
REPLY:'pi pi-reply',
|
||||||
SAVE:'pi pi-save',
|
SAVE:'pi pi-save',
|
||||||
|
SEARCH:'pi pi-search',
|
||||||
SEARCH_MINUS:'pi pi-search-minus',
|
SEARCH_MINUS:'pi pi-search-minus',
|
||||||
SEARCH_PLUS:'pi pi-search-plus',
|
SEARCH_PLUS:'pi pi-search-plus',
|
||||||
SEARCH:'pi pi-search',
|
|
||||||
SEND:'pi pi-send',
|
SEND:'pi pi-send',
|
||||||
|
SERVER:'pi pi-server',
|
||||||
SHARE_ALT:'pi pi-share-alt',
|
SHARE_ALT:'pi pi-share-alt',
|
||||||
SHIELD:'pi pi-shield',
|
SHIELD:'pi pi-shield',
|
||||||
|
SHOPPING_BAG:'pi pi-shopping-bag',
|
||||||
SHOPPING_CART:'pi pi-shopping-cart',
|
SHOPPING_CART:'pi pi-shopping-cart',
|
||||||
SIGN_IN:'pi pi-sign-in',
|
SIGN_IN:'pi pi-sign-in',
|
||||||
SIGN_OUT:'pi pi-sign-out',
|
SIGN_OUT:'pi pi-sign-out',
|
||||||
|
@ -147,60 +175,66 @@ const PrimeIcons = {
|
||||||
SLACK:'pi pi-slack',
|
SLACK:'pi pi-slack',
|
||||||
SLIDERS_H:'pi pi-sliders-h',
|
SLIDERS_H:'pi pi-sliders-h',
|
||||||
SLIDERS_V:'pi pi-sliders-v',
|
SLIDERS_V:'pi pi-sliders-v',
|
||||||
SORT_ALPHA_ALT_DOWN:'pi pi-sort-alpha-alt-down',
|
|
||||||
SORT_ALPHA_ALT_UP:'pi pi-sort-alpha-alt-up',
|
|
||||||
SORT_ALPHA_DOWN:'pi pi-sort-alpha-down',
|
|
||||||
SORT_ALPHA_UP:'pi pi-sort-alpha-up',
|
|
||||||
SORT_ALT:'pi pi-sort-alt',
|
|
||||||
SORT_AMOUNT_DOWN_ALT:'pi pi-sort-amount-down-alt',
|
|
||||||
SORT_AMOUNT_DOWN:'pi pi-sort-amount-down',
|
|
||||||
SORT_AMOUNT_UP_ALT:'pi pi-sort-amount-up-alt',
|
|
||||||
SORT_AMOUNT_UP:'pi pi-sort-amount-up',
|
|
||||||
SORT_DOWN:'pi pi-sort-down',
|
|
||||||
SORT_NUMERIC_ALT_DOWN:'pi pi-sort-numeric-alt-down',
|
|
||||||
SORT_NUMERIC_ALT_UP:'pi pi-sort-numeric-alt-up',
|
|
||||||
SORT_NUMERIC_DOWN:'pi pi-sort-numeric-down',
|
|
||||||
SORT_NUMERIC_UP:'pi pi-sort-numeric-up',
|
|
||||||
SORT_UP:'pi pi-sort-up',
|
|
||||||
SORT:'pi pi-sort',
|
SORT:'pi pi-sort',
|
||||||
|
SORT_ALPHA_DOWN:'pi pi-sort-alpha-down',
|
||||||
|
SORT_ALPHA_ALT_DOWN:'pi pi-sort-alpha-alt-down',
|
||||||
|
SORT_ALPHA_UP:'pi pi-sort-alpha-up',
|
||||||
|
SORT_ALPHA_ALT_UP:'pi pi-sort-alpha-alt-up',
|
||||||
|
SORT_ALT:'pi pi-sort-alt',
|
||||||
|
SORT_ALT_SLASH:'pi pi-sort-slash',
|
||||||
|
SORT_AMOUNT_DOWN:'pi pi-sort-amount-down',
|
||||||
|
SORT_AMOUNT_DOWN_ALT:'pi pi-sort-amount-down-alt',
|
||||||
|
SORT_AMOUNT_UP:'pi pi-sort-amount-up',
|
||||||
|
SORT_AMOUNT_UP_ALT:'pi pi-sort-amount-up-alt',
|
||||||
|
SORT_DOWN:'pi pi-sort-down',
|
||||||
|
SORT_NUMERIC_DOWN:'pi pi-sort-numeric-down',
|
||||||
|
SORT_NUMERIC_ALT_DOWN:'pi pi-sort-numeric-alt-down',
|
||||||
|
SORT_NUMERIC_UP:'pi pi-sort-numeric-up',
|
||||||
|
SORT_NUMERIC_ALT_UP:'pi pi-sort-numeric-alt-up',
|
||||||
|
SORT_UP:'pi pi-sort-up',
|
||||||
SPINNER:'pi pi-spinner',
|
SPINNER:'pi pi-spinner',
|
||||||
STAR_O:'pi pi-star-o',
|
|
||||||
STAR:'pi pi-star',
|
STAR:'pi pi-star',
|
||||||
STEP_BACKWARD_ALT:'pi pi-step-backward-alt',
|
STAR_FILL:'pi pi-star-fill',
|
||||||
STEP_BACKWARD:'pi pi-step-backward',
|
STEP_BACKWARD:'pi pi-step-backward',
|
||||||
STEP_FORWARD_ALT:'pi pi-step-forward-alt',
|
STEP_BACKWARD_ALT:'pi pi-step-backward-alt',
|
||||||
STEP_FORWARD:'pi pi-step-forward',
|
STEP_FORWARD:'pi pi-step-forward',
|
||||||
|
STEP_FORWARD_ALT:'pi pi-step-forward-alt',
|
||||||
|
STOP:'pi pi-stop',
|
||||||
|
STOP_CIRCLE:'pi pi-stop-circle',
|
||||||
SUN:'pi pi-sun',
|
SUN:'pi pi-sun',
|
||||||
|
SYNC:'pi pi-sync',
|
||||||
TABLE:'pi pi-table',
|
TABLE:'pi pi-table',
|
||||||
TABLET:'pi pi-tablet',
|
TABLET:'pi pi-tablet',
|
||||||
TAG:'pi pi-tag',
|
TAG:'pi pi-tag',
|
||||||
TAGS:'pi pi-tags',
|
TAGS:'pi pi-tags',
|
||||||
|
TELEGRAM:'pi pi-telegram',
|
||||||
TH_LARGE:'pi pi-th-large',
|
TH_LARGE:'pi pi-th-large',
|
||||||
THUMBS_DOWN:'pi pi-thumbs-down',
|
THUMBS_DOWN:'pi pi-thumbs-down',
|
||||||
THUMBS_UP:'pi pi-thumbs-up',
|
THUMBS_UP:'pi pi-thumbs-up',
|
||||||
TICKET:'pi pi-ticket',
|
TICKET:'pi pi-ticket',
|
||||||
TIMES_CIRCLE:'pi pi-times-circle',
|
|
||||||
TIMES:'pi pi-times',
|
TIMES:'pi pi-times',
|
||||||
|
TIMES_CIRCLE:'pi pi-times-circle',
|
||||||
TRASH:'pi pi-trash',
|
TRASH:'pi pi-trash',
|
||||||
TWITTER:'pi pi-twitter',
|
TWITTER:'pi pi-twitter',
|
||||||
UNDO:'pi pi-undo',
|
UNDO:'pi pi-undo',
|
||||||
UNLOCK:'pi pi-unlock',
|
UNLOCK:'pi pi-unlock',
|
||||||
UPLOAD:'pi pi-upload',
|
UPLOAD:'pi pi-upload',
|
||||||
|
USER:'pi pi-user',
|
||||||
USER_EDIT:'pi pi-user-edit',
|
USER_EDIT:'pi pi-user-edit',
|
||||||
USER_MINUS:'pi pi-user-minus',
|
USER_MINUS:'pi pi-user-minus',
|
||||||
USER_PLUS:'pi pi-user-plus',
|
USER_PLUS:'pi pi-user-plus',
|
||||||
USER:'pi pi-user',
|
|
||||||
USERS:'pi pi-users',
|
USERS:'pi pi-users',
|
||||||
VIDEO:'pi pi-video',
|
VIDEO:'pi pi-video',
|
||||||
VIMEO:'pi pi-vimeo',
|
VIMEO:'pi pi-vimeo',
|
||||||
VOLUME_DOWN:'pi pi-volume-down',
|
VOLUME_DOWN:'pi pi-volume-down',
|
||||||
VOLUME_OFF:'pi pi-volume-off',
|
VOLUME_OFF:'pi pi-volume-off',
|
||||||
VOLUME_UP:'pi pi-volume-up',
|
VOLUME_UP:'pi pi-volume-up',
|
||||||
YOUTUBE:'pi pi-youtube',
|
|
||||||
WALLET:'pi pi-wallet',
|
WALLET:'pi pi-wallet',
|
||||||
|
WHATSAPP:'pi pi-whatsapp',
|
||||||
WIFI:'pi pi-wifi',
|
WIFI:'pi pi-wifi',
|
||||||
WINDOW_MAXIMIZE:'pi pi-window-maximize',
|
WINDOW_MAXIMIZE:'pi pi-window-maximize',
|
||||||
WINDOW_MINIMIZE:'pi pi-window-minimize'
|
WINDOW_MINIMIZE:'pi pi-window-minimize',
|
||||||
|
YOUTUBE:'pi pi-youtube'
|
||||||
}
|
}
|
||||||
|
|
||||||
export default PrimeIcons;
|
export default PrimeIcons;
|
|
@ -2,7 +2,7 @@
|
||||||
<div :class="containerClass">
|
<div :class="containerClass">
|
||||||
<span class="p-rating-icon p-rating-cancel pi pi-ban" :tabindex="focusIndex" v-if="cancel" @click="onCancelClick"></span>
|
<span class="p-rating-icon p-rating-cancel pi pi-ban" :tabindex="focusIndex" v-if="cancel" @click="onCancelClick"></span>
|
||||||
<span :key="i" v-for="i in stars" @click="onStarClick($event,i)" :tabindex="focusIndex" @keydown.enter.prevent="onStarClick($event,i)"
|
<span :key="i" v-for="i in stars" @click="onStarClick($event,i)" :tabindex="focusIndex" @keydown.enter.prevent="onStarClick($event,i)"
|
||||||
:class="['p-rating-icon', {'pi pi-star-o': (i > modelValue), 'pi pi-star': (i <= modelValue)}]"></span>
|
:class="['p-rating-icon', {'pi pi-star': (i > modelValue), 'pi pi-star-fill': (i <= modelValue)}]"></span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -53,7 +53,7 @@ import Carousel from 'primevue/carousel';
|
||||||
|
|
||||||
<div class="car-buttons">
|
<div class="car-buttons">
|
||||||
<Button icon="pi pi-search" class="p-button-secondary" />
|
<Button icon="pi pi-search" class="p-button-secondary" />
|
||||||
<Button icon="pi pi-star" class="p-button-secondary" />
|
<Button icon="pi pi-star-fill" class="p-button-secondary" />
|
||||||
<Button icon="pi pi-cog" class="p-button-secondary" />
|
<Button icon="pi pi-cog" class="p-button-secondary" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -325,7 +325,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -352,7 +352,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -380,7 +380,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -467,7 +467,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -494,7 +494,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -522,7 +522,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
<Button icon="pi pi-search" class="p-button p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2" />
|
<Button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2" />
|
||||||
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
<Button icon="pi pi-cog" class="p-button-help p-button-rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -607,7 +607,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<p-button icon="pi pi-search" class="p-button p-button-rounded p-mr-2"></p-button>
|
<p-button icon="pi pi-search" class="p-button p-button-rounded p-mr-2"></p-button>
|
||||||
<p-button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2"></p-button>
|
<p-button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2"></p-button>
|
||||||
<p-button icon="pi pi-cog" class="p-button-help p-button-rounded"></p-button>
|
<p-button icon="pi pi-cog" class="p-button-help p-button-rounded"></p-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -634,7 +634,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<p-button icon="pi pi-search" class="p-button p-button-rounded p-mr-2"></p-button>
|
<p-button icon="pi pi-search" class="p-button p-button-rounded p-mr-2"></p-button>
|
||||||
<p-button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2"></p-button>
|
<p-button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2"></p-button>
|
||||||
<p-button icon="pi pi-cog" class="p-button-help p-button-rounded"></p-button>
|
<p-button icon="pi pi-cog" class="p-button-help p-button-rounded"></p-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -662,7 +662,7 @@ export default {
|
||||||
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
|
||||||
<div class="car-buttons p-mt-5">
|
<div class="car-buttons p-mt-5">
|
||||||
<p-button icon="pi pi-search" class="p-button p-button-rounded p-mr-2"></p-button>
|
<p-button icon="pi pi-search" class="p-button p-button-rounded p-mr-2"></p-button>
|
||||||
<p-button icon="pi pi-star" class="p-button-success p-button-rounded p-mr-2"></p-button>
|
<p-button icon="pi pi-star-fill" class="p-button-success p-button-rounded p-mr-2"></p-button>
|
||||||
<p-button icon="pi pi-cog" class="p-button-help p-button-rounded"></p-button>
|
<p-button icon="pi pi-cog" class="p-button-help p-button-rounded"></p-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -116,7 +116,10 @@ export default {
|
||||||
fetch('demo/data/icons.json', { headers: { 'Cache-Control' : 'no-cache' } }).then(res => res.json())
|
fetch('demo/data/icons.json', { headers: { 'Cache-Control' : 'no-cache' } }).then(res => res.json())
|
||||||
.then(d => {
|
.then(d => {
|
||||||
let icons = d.icons;
|
let icons = d.icons;
|
||||||
icons.sort((icon1, icon2) => {
|
let data = icons.filter(value => {
|
||||||
|
return value.icon.tags.indexOf('deprecate') === -1;
|
||||||
|
});
|
||||||
|
data.sort((icon1, icon2) => {
|
||||||
if(icon1.properties.name < icon2.properties.name)
|
if(icon1.properties.name < icon2.properties.name)
|
||||||
return -1;
|
return -1;
|
||||||
else if(icon1.properties.name < icon2.properties.name)
|
else if(icon1.properties.name < icon2.properties.name)
|
||||||
|
@ -125,7 +128,7 @@ export default {
|
||||||
return 0;
|
return 0;
|
||||||
});
|
});
|
||||||
|
|
||||||
this.icons = icons;
|
this.icons = data;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
<i class="pi pi-clock"></i>
|
<i class="pi pi-clock"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="p-inputgroup-addon">
|
<span class="p-inputgroup-addon">
|
||||||
<i class="pi pi-star"></i>
|
<i class="pi pi-star-fill"></i>
|
||||||
</span>
|
</span>
|
||||||
<InputText placeholder="Price" />
|
<InputText placeholder="Price" />
|
||||||
<span class="p-inputgroup-addon">$</span>
|
<span class="p-inputgroup-addon">$</span>
|
||||||
|
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
<i class="pi pi-clock"></i>
|
<i class="pi pi-clock"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="p-inputgroup-addon">
|
<span class="p-inputgroup-addon">
|
||||||
<i class="pi pi-star"></i>
|
<i class="pi pi-star-fill"></i>
|
||||||
</span>
|
</span>
|
||||||
<InputText placeholder="Price" />
|
<InputText placeholder="Price" />
|
||||||
<span class="p-inputgroup-addon">$</span>
|
<span class="p-inputgroup-addon">$</span>
|
||||||
|
@ -169,7 +169,7 @@ export default {
|
||||||
<i class="pi pi-clock"></i>
|
<i class="pi pi-clock"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="p-inputgroup-addon">
|
<span class="p-inputgroup-addon">
|
||||||
<i class="pi pi-star"></i>
|
<i class="pi pi-star-fill"></i>
|
||||||
</span>
|
</span>
|
||||||
<InputText placeholder="Price" />
|
<InputText placeholder="Price" />
|
||||||
<span class="p-inputgroup-addon">$</span>
|
<span class="p-inputgroup-addon">$</span>
|
||||||
|
@ -293,7 +293,7 @@ export default {
|
||||||
<i class="pi pi-clock"></i>
|
<i class="pi pi-clock"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="p-inputgroup-addon">
|
<span class="p-inputgroup-addon">
|
||||||
<i class="pi pi-star"></i>
|
<i class="pi pi-star-fill"></i>
|
||||||
</span>
|
</span>
|
||||||
<p-inputtext placeholder="Price"></p-inputtext>
|
<p-inputtext placeholder="Price"></p-inputtext>
|
||||||
<span class="p-inputgroup-addon">$</span>
|
<span class="p-inputgroup-addon">$</span>
|
||||||
|
|
|
@ -382,7 +382,7 @@ const data = {
|
||||||
"root": [
|
"root": [
|
||||||
{"key":"0","label":"Documents","data":"Documents Folder","icon":"pi pi-fw pi-inbox","children": [{"key": "0-0","label": "Work","data": "Work Folder","icon": "pi pi-fw pi-cog","children": [{ "key": "0-0-0", "label": "Expenses.doc", "icon": "pi pi-fw pi-file", "data": "Expenses Document" }, { "key": "0-0-1", "label": "Resume.doc", "icon": "pi pi-fw pi-file", "data": "Resume Document" }]},{"key": "0-1","label": "Home","data": "Home Folder","icon": "pi pi-fw pi-home","children": [{ "key": "0-1-0", "label": "Invoices.txt", "icon": "pi pi-fw pi-file", "data": "Invoices for this month" }]}]},
|
{"key":"0","label":"Documents","data":"Documents Folder","icon":"pi pi-fw pi-inbox","children": [{"key": "0-0","label": "Work","data": "Work Folder","icon": "pi pi-fw pi-cog","children": [{ "key": "0-0-0", "label": "Expenses.doc", "icon": "pi pi-fw pi-file", "data": "Expenses Document" }, { "key": "0-0-1", "label": "Resume.doc", "icon": "pi pi-fw pi-file", "data": "Resume Document" }]},{"key": "0-1","label": "Home","data": "Home Folder","icon": "pi pi-fw pi-home","children": [{ "key": "0-1-0", "label": "Invoices.txt", "icon": "pi pi-fw pi-file", "data": "Invoices for this month" }]}]},
|
||||||
{"key":"1","label":"Events","data":"Events Folder","icon":"pi pi-fw pi-calendar","children": [{ "key": "1-0", "label": "Meeting", "icon": "pi pi-fw pi-calendar-plus", "data": "Meeting" },{ "key": "1-1", "label": "Product Launch", "icon": "pi pi-fw pi-calendar-plus", "data": "Product Launch" },{ "key": "1-2", "label": "Report Review", "icon": "pi pi-fw pi-calendar-plus", "data": "Report Review" }]},
|
{"key":"1","label":"Events","data":"Events Folder","icon":"pi pi-fw pi-calendar","children": [{ "key": "1-0", "label": "Meeting", "icon": "pi pi-fw pi-calendar-plus", "data": "Meeting" },{ "key": "1-1", "label": "Product Launch", "icon": "pi pi-fw pi-calendar-plus", "data": "Product Launch" },{ "key": "1-2", "label": "Report Review", "icon": "pi pi-fw pi-calendar-plus", "data": "Report Review" }]},
|
||||||
{"key":"2","label":"Movies","data":"Movies Folder","icon":"pi pi-fw pi-star","children": [{"key": "2-0","icon": "pi pi-fw pi-star","label": "Al Pacino","data": "Pacino Movies","children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]},{"key": "2-1","label": "Robert De Niro","icon": "pi pi-fw pi-star","data": "De Niro Movies","children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]}]}
|
{"key":"2","label":"Movies","data":"Movies Folder","icon":"pi pi-fw pi-star-fill","children": [{"key": "2-0","icon": "pi pi-fw pi-star-fill","label": "Al Pacino","data": "Pacino Movies","children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]},{"key": "2-1","label": "Robert De Niro","icon": "pi pi-fw pi-star-fill","data": "De Niro Movies","children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]}]}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
|
|
@ -167,10 +167,10 @@ export default class NodeService {
|
||||||
"key": "2",
|
"key": "2",
|
||||||
"label": "Movies",
|
"label": "Movies",
|
||||||
"data": "Movies Folder",
|
"data": "Movies Folder",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"children": [{
|
"children": [{
|
||||||
"key": "2-0",
|
"key": "2-0",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"label": "Al Pacino",
|
"label": "Al Pacino",
|
||||||
"data": "Pacino Movies",
|
"data": "Pacino Movies",
|
||||||
"children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]
|
"children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]
|
||||||
|
@ -178,7 +178,7 @@ export default class NodeService {
|
||||||
{
|
{
|
||||||
"key": "2-1",
|
"key": "2-1",
|
||||||
"label": "Robert De Niro",
|
"label": "Robert De Niro",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"data": "De Niro Movies",
|
"data": "De Niro Movies",
|
||||||
"children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]
|
"children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]
|
||||||
}]
|
}]
|
||||||
|
|
|
@ -98,7 +98,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
label: 'Node ' + i + '.' + j,
|
label: 'Node ' + i + '.' + j,
|
||||||
data: 'Node ' + i + '.' + j,
|
data: 'Node ' + i + '.' + j,
|
||||||
icon: 'pi pi-file-o'
|
icon: 'pi pi-file'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
@ -152,7 +152,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
label: 'Node ' + i + '.' + j,
|
label: 'Node ' + i + '.' + j,
|
||||||
data: 'Node ' + i + '.' + j,
|
data: 'Node ' + i + '.' + j,
|
||||||
icon: 'pi pi-file-o'
|
icon: 'pi pi-file'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
@ -217,7 +217,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
label: 'Node ' + i + '.' + j,
|
label: 'Node ' + i + '.' + j,
|
||||||
data: 'Node ' + i + '.' + j,
|
data: 'Node ' + i + '.' + j,
|
||||||
icon: 'pi pi-file-o'
|
icon: 'pi pi-file'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
@ -274,7 +274,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
label: 'Node ' + i + '.' + j,
|
label: 'Node ' + i + '.' + j,
|
||||||
data: 'Node ' + i + '.' + j,
|
data: 'Node ' + i + '.' + j,
|
||||||
icon: 'pi pi-file-o'
|
icon: 'pi pi-file'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
|
@ -94,10 +94,10 @@ export default class NodeService {
|
||||||
"key": "2",
|
"key": "2",
|
||||||
"label": "Movies",
|
"label": "Movies",
|
||||||
"data": "Movies Folder",
|
"data": "Movies Folder",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"children": [{
|
"children": [{
|
||||||
"key": "2-0",
|
"key": "2-0",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"label": "Al Pacino",
|
"label": "Al Pacino",
|
||||||
"data": "Pacino Movies",
|
"data": "Pacino Movies",
|
||||||
"children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]
|
"children": [{ "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" }, { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }]
|
||||||
|
@ -105,7 +105,7 @@ export default class NodeService {
|
||||||
{
|
{
|
||||||
"key": "2-1",
|
"key": "2-1",
|
||||||
"label": "Robert De Niro",
|
"label": "Robert De Niro",
|
||||||
"icon": "pi pi-fw pi-star",
|
"icon": "pi pi-fw pi-star-fill",
|
||||||
"data": "De Niro Movies",
|
"data": "De Niro Movies",
|
||||||
"children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]
|
"children": [{ "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" }, { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }]
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in New Issue