Add space between icon and text inside button (#5951)

This commit is contained in:
Yuriy Bakhtin 2022-11-29 14:45:29 +04:00 committed by GitHub
parent 9a0a6d6c56
commit d01a384ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -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' => [

View File

@ -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