mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Merge pull request #5188 from sboursen-scinote/sb_SCI-7663
CSS: slight move of the three dots button on cards view [SCI-7663]
This commit is contained in:
commit
80b25f695e
2 changed files with 10 additions and 2 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
.projects-show {
|
||||
.experiment-actions-menu {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
|
||||
.dropdown-menu {
|
||||
a,
|
||||
button {
|
||||
|
@ -473,6 +476,9 @@
|
|||
|
||||
.project-show-container {
|
||||
.experiment-actions-menu {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
|
||||
.btn-light:hover {
|
||||
background: $color-alto;
|
||||
}
|
||||
|
|
|
@ -735,7 +735,8 @@ li.module-hover {
|
|||
top: .2em;
|
||||
|
||||
.project-actions-menu {
|
||||
height: 40px;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
|
||||
a {
|
||||
@include font-button;
|
||||
|
@ -1057,7 +1058,8 @@ li.module-hover {
|
|||
|
||||
.projects-container {
|
||||
.project-actions-menu {
|
||||
height: 40px;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
|
||||
.btn-light:hover {
|
||||
background: $color-alto;
|
||||
|
|
Loading…
Reference in a new issue