mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +08:00
Fix font size in dropdown
This commit is contained in:
parent
6ad1c6ee3d
commit
748dd7912b
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
@include font-button;
|
||||||
|
}
|
||||||
|
|
||||||
.repository-title-name {
|
.repository-title-name {
|
||||||
@include font-h2;
|
@include font-h2;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue