SPR-882: section edit button less margin-top
This commit is contained in:
parent
2cb85884d0
commit
5b077f23cf
1 changed files with 3 additions and 2 deletions
|
@ -23,16 +23,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.editbutton_section {
|
.editbutton_section {
|
||||||
float: right;
|
|
||||||
margin-top: 0;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
float: right;
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
margin-top: -1em;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue