bump up icon size on action toolbar
This commit is contained in:
@@ -5,7 +5,14 @@
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.umb-editor-toolbar-tool {
|
||||
.umb-editor-toolbar__tool {
|
||||
margin-left: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.umb-editor-toolbar__tool-icon {
|
||||
font-size: 20px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="umb-editor-toolbar">
|
||||
<div class="umb-editor-toolbar-tool" ng-repeat="tool in tools" ng-click="tool.action(tool)">
|
||||
<i class="{{tool.icon}}"></i> {{ tool.name }}
|
||||
<div class="umb-editor-toolbar__tool" ng-repeat="tool in tools" ng-click="tool.action(tool)">
|
||||
<i class="umb-editor-toolbar__tool-icon {{tool.icon}}"></i> {{ tool.name }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user