mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
Fix footer spacing, fix button label for notes
This commit is contained in:
parent
058e22fc01
commit
5617586123
1
resources/assets/sass/custom/_app.scss
vendored
1
resources/assets/sass/custom/_app.scss
vendored
@ -10,6 +10,7 @@ body:not(.bookmarklet) {
|
||||
|
||||
.footer {
|
||||
opacity: .5;
|
||||
padding-bottom: ($spacer * 2);
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
|
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
|
||||
<button type="submit" class="btn btn-sm btn-primary">
|
||||
<i class="fa fa-save fa-mr"></i> @lang('link.add')
|
||||
<i class="fa fa-save fa-mr"></i> @lang('note.add')
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user