mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Add space between icon and text inside button (#5951)
This commit is contained in:
parent
9a0a6d6c56
commit
d01a384ded
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* This file is generated by the "yii asset" command.
|
||||
* DO NOT MODIFY THIS FILE DIRECTLY.
|
||||
* @version 2022-11-28 14:23:55
|
||||
* @version 2022-11-29 11:02:20
|
||||
*/
|
||||
return [
|
||||
'app' => [
|
||||
|
@ -15,6 +15,9 @@
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
padding: 8px 16px;
|
||||
i {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.input.btn {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user