mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 21:49:23 +08:00
Fix multiple CSS issues [SCI-9020]
This commit is contained in:
parent
a05bd7a6dd
commit
55e73dbfe9
3 changed files with 8 additions and 3 deletions
|
@ -49,8 +49,7 @@
|
||||||
padding: .1em 0;
|
padding: .1em 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border: 1px solid $color-silver;
|
border: 1px solid transparent;
|
||||||
border-radius: 3px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -414,6 +414,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sn-icon {
|
.sn-icon {
|
||||||
|
bottom: 6px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
|
@ -79,10 +80,11 @@
|
||||||
&.error {
|
&.error {
|
||||||
&::after {
|
&::after {
|
||||||
@include font-awesome;
|
@include font-awesome;
|
||||||
top: 0;
|
bottom: 6px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
top: 6px;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue