Skip to content
Snippets Groups Projects
Commit 4c40f99d authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

unused css deleted

parent 30d35475
No related branches found
No related tags found
No related merge requests found
Pipeline #394653 passed
...@@ -7,4 +7,6 @@ node_modules ...@@ -7,4 +7,6 @@ node_modules
versions versions
code code
.vite .vite
app.py app.py
\ No newline at end of file unused.py
unused-css-master
\ No newline at end of file
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
--warning-code-bg-color: var(--lightorange); --warning-code-bg-color: var(--lightorange);
} }
/* * * * * * * */ /* * * * * * * */
/* * * BODY* * */ /* * * BODY* * */
/* * * * * * * */ /* * * * * * * */
...@@ -1730,46 +1732,27 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before { ...@@ -1730,46 +1732,27 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
pointer-events: none pointer-events: none
} }
.static .zoom-buttons {
display: none
}
.d3-maps-zoomed-in .annotations { .d3-maps-zoomed-in .annotations {
overflow: hidden overflow: hidden
} }
body.in-editor,
.web-component-body.in-editor {
padding-bottom: 10px
}
.dw-chart.vis-height-fit {
overflow: hidden
}
.chart.dir-rtl .dw-chart-body.svelte-9ysojt { .chart.dir-rtl .dw-chart-body.svelte-9ysojt {
direction: rtl direction: rtl
} }
.chart.is-dark-mode .hide-in-dark {
display: none
}
.chart:not(.is-dark-mode) .hide-in-light {
display: none
}
.chart .sr-only {
position: absolute;
left: -9999px;
height: 1px
}
.chart.js.svelte-9ysojt .noscript { .chart.js.svelte-9ysojt .noscript {
display: none display: none
} }
.chart .hidden, .chart .hidden{
.chart .hide {
display: none display: none
} }
...@@ -1891,118 +1874,14 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before { ...@@ -1891,118 +1874,14 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
display: grid; display: grid;
align-items: center; align-items: center;
} */ } */
.slick-slider
{
position: relative;
display: flex;
box-sizing: border-box;
align-items: center !important;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track .slick-loading
{ {
...@@ -2011,54 +1890,12 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before { ...@@ -2011,54 +1890,12 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
} }
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: inline;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none; .slick-initialized
}
.slick-initialized .slick-slide
{ {
...@@ -2066,7 +1903,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before { ...@@ -2066,7 +1903,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
} }
.slick-loading .slick-slide .slick-loading
{ {
...@@ -2074,7 +1911,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before { ...@@ -2074,7 +1911,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
} }
.slick-vertical .slick-slide .slick-vertical
{ {
...@@ -2088,357 +1925,11 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before { ...@@ -2088,357 +1925,11 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
} }
.slick-arrow.slick-hidden {
display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
}
/* Dots */ /* Dots */
.slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
.sponsor-container{ .sponsor-container{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment