Remove text-decoration
parent
e1b14c1085
commit
a493ee1f2a
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #ffe8b3;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #191919;
|
||||
border-color: #191919;
|
||||
color: #FFB300;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #FFB300;
|
||||
border-color: #FFB300;
|
||||
color: #212121;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #FF8F00;
|
||||
background: #FF8F00;
|
||||
color: #212121;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
background: #191919;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #ffe8b3;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #191919;
|
||||
border-color: #191919;
|
||||
color: #FFB300;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #FFB300;
|
||||
border-color: #FFB300;
|
||||
color: #212121;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #88e9aa;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #191919;
|
||||
border-color: #191919;
|
||||
color: #1ea04c;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1ea04c;
|
||||
border-color: #1ea04c;
|
||||
color: #ffffff;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #18803c;
|
||||
background: #18803c;
|
||||
color: #ffffff;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
background: #191919;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #88e9aa;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #191919;
|
||||
border-color: #191919;
|
||||
color: #1ea04c;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #1ea04c;
|
||||
border-color: #1ea04c;
|
||||
color: #ffffff;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #f1b6c8;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #191919;
|
||||
border-color: #191919;
|
||||
color: #cc285c;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #cc285c;
|
||||
border-color: #cc285c;
|
||||
color: #ffffff;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #a32049;
|
||||
background: #a32049;
|
||||
color: #ffffff;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #191919;
|
||||
border-width: 1px;
|
||||
background: #191919;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #f1b6c8;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #191919;
|
||||
border-color: #191919;
|
||||
color: #cc285c;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #cc285c;
|
||||
border-color: #cc285c;
|
||||
color: #ffffff;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #007ad9;
|
||||
color: #ffffff;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #007ad9;
|
||||
border-color: #007ad9;
|
||||
color: #ffffff;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #005b9f;
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #007ad9;
|
||||
border-width: 1px;
|
||||
background: #007ad9;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #007ad9;
|
||||
border-color: #007ad9;
|
||||
color: #ffffff;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #333333;
|
||||
color: #ffffff;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #007ad9;
|
||||
border-color: #007ad9;
|
||||
color: #ffffff;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #005b9f;
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #333333;
|
||||
border-width: 1px;
|
||||
background: #333333;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #007ad9;
|
||||
border-color: #007ad9;
|
||||
color: #ffffff;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #c2e9d8;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #41b883;
|
||||
border-color: #41b883;
|
||||
color: #ffffff;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #246749;
|
||||
background: #246749;
|
||||
color: #ffffff;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
background: #f4f4f4;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #c2e9d8;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #41b883;
|
||||
border-color: #41b883;
|
||||
color: #ffffff;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #007ad9;
|
||||
border-color: #007ad9;
|
||||
color: #ffffff;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #005b9f;
|
||||
background: #005b9f;
|
||||
color: #ffffff;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #c8c8c8;
|
||||
border-width: 1px;
|
||||
background: #f4f4f4;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
color: #333333;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #007ad9;
|
||||
border-color: #007ad9;
|
||||
color: #ffffff;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 0.71375rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 0.857rem 1rem;
|
||||
border: 1px solid #7B95A3;
|
||||
color: #ffffff;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 2px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #617c8a;
|
||||
border-color: #617c8a;
|
||||
color: #ffffff;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #AFD3C8;
|
||||
border-color: #dadada;
|
||||
color: #385048;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #8DC8B5;
|
||||
background: #8DC8B5;
|
||||
color: #385048;
|
||||
|
@ -2226,7 +2225,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: 1px solid #7B95A3;
|
||||
border-width: 1px;
|
||||
background: #7B95A3;
|
||||
|
@ -2238,18 +2237,18 @@
|
|||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #617c8a;
|
||||
border-color: #617c8a;
|
||||
color: #ffffff;
|
||||
border-width: 1px;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #AFD3C8;
|
||||
border-color: #dadada;
|
||||
color: #385048;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #BBDEFB;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #BBDEFB;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #2196F3;
|
||||
color: #2196F3;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #B2EBF2;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #B2EBF2;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #00ACC1;
|
||||
color: #00ACC1;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #D1C4E9;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #D1C4E9;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #673AB7;
|
||||
color: #673AB7;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C8E6C9;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C8E6C9;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #4CAF50;
|
||||
color: #4CAF50;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C5CAE9;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #C5CAE9;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #3F51B5;
|
||||
color: #3F51B5;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #FFECB3;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #FFECB3;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #FFC107;
|
||||
color: #FFC107;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #E1BEE7;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #E1BEE7;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9C27B0;
|
||||
color: #9C27B0;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #B2DFDB;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #e9ecef;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #f8f9fa;
|
||||
border-color: #dee2e6;
|
||||
color: #495057;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: #dee2e6;
|
||||
background: #e9ecef;
|
||||
color: #495057;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #dee2e6;
|
||||
border-width: 0 0 2px 0;
|
||||
background: #ffffff;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.2rem #B2DFDB;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #9ba2aa;
|
||||
color: #6c757d;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: #ffffff;
|
||||
border-color: #009688;
|
||||
color: #009688;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #BBDEFB;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #BBDEFB;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #64B5F6;
|
||||
color: #64B5F6;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #B2EBF2;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #B2EBF2;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #4DD0E1;
|
||||
color: #4DD0E1;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #D1C4E9;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #D1C4E9;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #9575CD;
|
||||
color: #9575CD;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #C8E6C9;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #C8E6C9;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #81C784;
|
||||
color: #81C784;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #C5CAE9;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #C5CAE9;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #7986CB;
|
||||
color: #7986CB;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #FFECB3;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #FFECB3;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #FFD54F;
|
||||
color: #FFD54F;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #E1BEE7;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #E1BEE7;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #BA68C8;
|
||||
color: #BA68C8;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-component-overlay {
|
||||
|
@ -2057,7 +2056,7 @@
|
|||
padding: 1.25rem 1.25rem;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-header a {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link {
|
||||
padding: 1rem;
|
||||
border: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
|
@ -2066,27 +2065,27 @@
|
|||
border-radius: 3px;
|
||||
transition: background-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.p-accordion .p-accordion-header a .p-accordion-toggle-icon {
|
||||
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) a:focus {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #B2DFDB;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
|
||||
background: #212F3D;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
||||
background: #1C2833;
|
||||
border-color: 1px solid #2C3E50;
|
||||
color: #ebedef;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-color: 1px solid #2C3E50;
|
||||
background: #212F3D;
|
||||
color: #ebedef;
|
||||
|
@ -2105,20 +2104,20 @@
|
|||
.p-accordion .p-accordion-tab {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
|
||||
border-radius: 0;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
|
||||
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
||||
border-top: 0 none;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header a {
|
||||
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) a {
|
||||
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
@ -2243,7 +2242,7 @@
|
|||
.p-tabview .p-tabview-nav li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
||||
border: solid #2C3E50;
|
||||
border-width: 0 0 2px 0;
|
||||
background: transparent;
|
||||
|
@ -2255,18 +2254,18 @@
|
|||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
margin: 0 0 -2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li a:not(.p-disabled):focus {
|
||||
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
||||
outline: 0 none;
|
||||
outline-offset: 0;
|
||||
box-shadow: 0 0 0 0.1rem #B2DFDB;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
|
||||
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #34495E;
|
||||
color: #aeb6bf;
|
||||
border-width: 0 0 2px 0;
|
||||
}
|
||||
.p-tabview .p-tabview-nav li.p-highlight a {
|
||||
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
||||
background: transparent;
|
||||
border-color: #4DB6AC;
|
||||
color: #4DB6AC;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<slot></slot>
|
||||
<div v-for="(tab, i) of tabs" :key="tab.header || i" class="p-accordion-tab">
|
||||
<div :class="['p-accordion-header', {'p-highlight': tab.d_active, 'p-disabled': tab.disabled}]">
|
||||
<a role="tab" @click="onTabClick($event, tab)" @keydown="onTabKeydown($event, tab)" :tabindex="tab.disabled ? null : '0'"
|
||||
<a role="tab" class="p-accordion-header-link" @click="onTabClick($event, tab)" @keydown="onTabKeydown($event, tab)" :tabindex="tab.disabled ? null : '0'"
|
||||
:aria-expanded="tab.d_active" :id="ariaId + i + '_header'" :aria-controls="ariaId + i + '_content'">
|
||||
<span :class="['p-accordion-toggle-icon pi', {'pi-chevron-right': !tab.d_active, 'pi-chevron-down': tab.d_active}]"></span>
|
||||
<span class="p-accordion-header-text" v-if="tab.header">{{tab.header}}</span>
|
||||
|
@ -95,15 +95,16 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-accordion-header a {
|
||||
.p-accordion-header-link {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-accordion-header a:focus {
|
||||
.p-accordion-header-link:focus {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -42,4 +42,8 @@ export default {
|
|||
.p-breadcrumb .p-menuitem-text {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.p-breadcrumb .p-menuitem-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
|
@ -230,6 +230,7 @@ export default {
|
|||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-contextmenu .p-menuitem-text {
|
||||
|
|
|
@ -317,6 +317,7 @@ export default {
|
|||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-megamenu .p-menuitem-text {
|
||||
|
|
|
@ -194,6 +194,7 @@ export default {
|
|||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-menu .p-menuitem-text {
|
||||
|
|
|
@ -89,6 +89,7 @@ export default {
|
|||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-menubar .p-menuitem-text {
|
||||
|
|
|
@ -78,5 +78,6 @@ export default {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -100,6 +100,7 @@ export default {
|
|||
user-select: none;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-panelmenu .p-panelmenu-header-link:focus {
|
||||
|
@ -117,6 +118,7 @@ export default {
|
|||
align-items: center;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-panelmenu .p-menuitem-text {
|
||||
|
|
|
@ -100,6 +100,7 @@ export default {
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-steps.p-steps-readonly .p-steps-item {
|
||||
|
|
|
@ -77,6 +77,7 @@ export default {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-tabmenu-nav a:focus {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="p-tabview p-component">
|
||||
<ul class="p-tabview-nav" role="tablist">
|
||||
<li role="presentation" v-for="(tab, i) of tabs" :key="tab.header || i" :class="[{'p-highlight': (tab.d_active), 'p-disabled': tab.disabled}]">
|
||||
<a role="tab" @click="onTabClick($event, tab)" @keydown="onTabKeydown($event, tab)" :tabindex="tab.disabled ? null : '0'" :aria-selected="tab.d_active">
|
||||
<a role="tab" class="p-tabview-nav-link" @click="onTabClick($event, tab)" @keydown="onTabKeydown($event, tab)" :tabindex="tab.disabled ? null : '0'" :aria-selected="tab.d_active">
|
||||
<span class="p-tabview-title" v-if="tab.header">{{tab.header}}</span>
|
||||
<TabPanelHeaderSlot :tab="tab" v-if="tab.$scopedSlots.header" />
|
||||
</a>
|
||||
|
@ -98,15 +98,16 @@ export default {
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
.p-tabview-nav a {
|
||||
.p-tabview-nav-link {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-tabview-nav a:focus {
|
||||
.p-tabview-nav-link:focus {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -178,6 +178,7 @@ export default {
|
|||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-tieredmenu .p-menuitem-text {
|
||||
|
|
Loading…
Reference in New Issue