Fix style
This commit is contained in:
parent
a507452c7f
commit
d25110f142
|
@ -183,9 +183,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.blank-document-btn {
|
.blank-document-btn {
|
||||||
display: inline-block;
|
|
||||||
margin: 25px 20px 65px;
|
|
||||||
|
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -226,6 +223,7 @@
|
||||||
&:hover{
|
&:hover{
|
||||||
background-color: @highlight-button-hover-ie;
|
background-color: @highlight-button-hover-ie;
|
||||||
background-color: @highlight-button-hover;
|
background-color: @highlight-button-hover;
|
||||||
|
|
||||||
}
|
}
|
||||||
&:active{
|
&:active{
|
||||||
background-color: @highlight-button-pressed-ie;
|
background-color: @highlight-button-pressed-ie;
|
||||||
|
|
|
@ -220,9 +220,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.blank-document-btn {
|
.blank-document-btn {
|
||||||
display: inline-block;
|
|
||||||
margin: 25px 20px 65px;
|
|
||||||
|
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -288,8 +288,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.blank-document-btn {
|
.blank-document-btn {
|
||||||
display: inline-block;
|
|
||||||
margin: 25px 20px 65px;
|
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue