[AAE-10778] Fix lint issue: remove duplicated declaration

This commit is contained in:
Amedeo Lepore 2022-12-14 10:27:47 +01:00
parent e3b11251f1
commit 755bf2d549
2 changed files with 12 additions and 22 deletions

View File

@ -49,9 +49,6 @@
margin-left: 10px;
}
}
&__toolbar {
&-page-scale {
cursor: default;
width: 79px;

View File

@ -14,14 +14,9 @@
height: 100%;
width: 190px;
background-color: rgba(0, 0, 0, 0.12);
}
&__thumbnails {
width: 180px;
display: flex;
flex-direction: column;
padding: 0;
background: #e6e6e6;
.adf-info-drawer-layout {
display: flex;
@ -50,20 +45,6 @@
}
}
&__toolbar {
&-page-scale {
cursor: default;
width: 79px;
height: 24px;
font-size: var(--theme-body-1-font-size);
border: 1px solid var(--theme-border-color);
text-align: center;
line-height: 24px;
margin-left: 4px;
margin-right: 4px;
}
}
.adf-thumbnails-template {
&__container {
display: flex;
@ -130,5 +111,17 @@
outline-color: gray;
}
}
&-page-scale {
cursor: default;
width: 79px;
height: 24px;
font-size: var(--theme-body-1-font-size);
border: 1px solid var(--theme-border-color);
text-align: center;
line-height: 24px;
margin-left: 4px;
margin-right: 4px;
}
}
}