mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
[AAE-10778] Fix lint issue: remove duplicated declaration
This commit is contained in:
parent
e3b11251f1
commit
755bf2d549
@ -49,9 +49,6 @@
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
&__toolbar {
|
|
||||||
&-page-scale {
|
&-page-scale {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
width: 79px;
|
width: 79px;
|
||||||
|
@ -14,14 +14,9 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
background-color: rgba(0, 0, 0, 0.12);
|
background-color: rgba(0, 0, 0, 0.12);
|
||||||
}
|
|
||||||
|
|
||||||
&__thumbnails {
|
|
||||||
width: 180px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: #e6e6e6;
|
|
||||||
|
|
||||||
.adf-info-drawer-layout {
|
.adf-info-drawer-layout {
|
||||||
display: flex;
|
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 {
|
.adf-thumbnails-template {
|
||||||
&__container {
|
&__container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -130,5 +111,17 @@
|
|||||||
outline-color: gray;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user