This commit is contained in:
xidedix
2018-02-02 17:09:58 +01:00
parent e122f00746
commit 17267e43f3
35 changed files with 553 additions and 491 deletions
+4 -4
View File
@@ -20,7 +20,7 @@
.card-header {
.icon-bg {
display: inline-body;
display: inline-block;
padding: $card-spacer-y $card-spacer-x !important;
margin-top: -$card-spacer-y;
margin-right: $card-spacer-x;
@@ -135,12 +135,12 @@
}
[class^="icon-"], [class*=" icon-"] {
display: inline-body;
display: inline-block;
vertical-align: middle;
}
i {
display: inline-body;
display: inline-block;
transition: .4s;
}
@@ -153,7 +153,7 @@
width: 230px;
margin: 6px;
.input-group-addon {
.input-group-prepend, .input-group-append {
background: #fff;
}
+2 -3
View File
@@ -1,6 +1,5 @@
.input-group-addon,
.input-group-btn {
min-width: 40px;
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle; // Match the inputs
}
+1 -1
View File
@@ -1,6 +1,6 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.9
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT