mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Reduced wz-chips size and spacing
This commit is contained in:
parent
96ab82217d
commit
76434a6ab5
@ -182,11 +182,12 @@ div.uil-ring-css {
|
||||
|
||||
// Define style for single md-chip element
|
||||
.wz-chip {
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
background-color: #0079a5;
|
||||
border: 1px solid #D9D9D9;
|
||||
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
height: 26px !important;
|
||||
line-height: 26px !important;
|
||||
margin: 0 8px 0 0 !important;
|
||||
}
|
||||
|
||||
/* Custom buttons styles */
|
||||
|
@ -24,7 +24,7 @@
|
||||
</md-button>
|
||||
</div>
|
||||
|
||||
<md-chips readonly="true" ng-show="appliedFilters.length || implicitFilterFromDetail">
|
||||
<md-chips class="wz-chips" readonly="true" ng-show="appliedFilters.length || implicitFilterFromDetail">
|
||||
<md-chip class="wz-chip" ng-if="includesFilter('file');">
|
||||
<span>File: {{getFilter('file')}}
|
||||
<i class="fa fa-fw fa-times cursor-pointer" aria-hidden="true" ng-click="removeFilter('file')"></i>
|
||||
|
@ -17,7 +17,7 @@
|
||||
</md-button>
|
||||
</div>
|
||||
|
||||
<md-chips readonly="true" ng-show="appliedFilters.length || implicitFilterFromDetail">
|
||||
<md-chips class="wz-chips" readonly="true" ng-show="appliedFilters.length || implicitFilterFromDetail">
|
||||
<md-chip class="wz-chip" ng-show="includesFilter('file')">
|
||||
<span>File: {{getFilter('file')}}
|
||||
<i class="fa fa-fw fa-times cursor-pointer" aria-hidden="true" ng-click="removeFilter('file')"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user