first initial
This commit is contained in:
60
public/assets/plugins/bootstrap-iconpicker/css/bootstrap-iconpicker.css
vendored
Normal file
60
public/assets/plugins/bootstrap-iconpicker/css/bootstrap-iconpicker.css
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
/*!========================================================================
|
||||
* File: bootstrap-iconpicker.css v1.10.0 by @victor-valencia
|
||||
* https://victor-valencia.github.com/bootstrap-iconpicker
|
||||
* ========================================================================
|
||||
* Copyright 2013-2018 Victor Valencia Rico.
|
||||
* Licensed under MIT license.
|
||||
* https://github.com/victor-valencia/bootstrap-iconpicker/blob/master/LICENSE
|
||||
* ========================================================================
|
||||
*/
|
||||
|
||||
.iconpicker .caret {
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
|
||||
.iconpicker {
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.iconpicker input.search-control {
|
||||
margin-bottom: 6px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
div.iconpicker.left .table-icons {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
div.iconpicker.center .table-icons {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
div.iconpicker.right .table-icons {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.table-icons .btn {
|
||||
min-height: 30px;
|
||||
min-width: 35px;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.table-icons td {
|
||||
min-width: 39px;
|
||||
}
|
||||
|
||||
.popover {
|
||||
max-width: inherit !important;
|
||||
}
|
||||
|
||||
.iconpicker-popover {
|
||||
z-index: 1050 !important;
|
||||
}
|
||||
|
||||
.iconpicker-popover .search-control {
|
||||
margin-bottom: 6px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user