|
|
@@ -142,6 +142,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|
|
.table>thead>tr>td,
|
|
|
.table>thead>tr>th {
|
|
|
/*padding: .75em;*/
|
|
|
+ vertical-align: middle;
|
|
|
padding: 10px;
|
|
|
line-height: 1.5;
|
|
|
border-color: #eceeef;
|
|
|
@@ -220,6 +221,60 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|
|
.label-brown {
|
|
|
background-color: #8d6658;
|
|
|
}
|
|
|
+[class*='label-outline-'] {
|
|
|
+ position: relative;
|
|
|
+ border: 1px solid #ebebeb;
|
|
|
+ color: #4d5259;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+[class*='label-outline-']:before {
|
|
|
+ content: "";
|
|
|
+ margin-right: 5px;
|
|
|
+ width: 8px;
|
|
|
+ height: 8px;
|
|
|
+ display: inline-block;
|
|
|
+ -wekit-border-radius: 50%;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+.label-outline-default::before {
|
|
|
+ background-color: #f5f6f7;
|
|
|
+}
|
|
|
+.label-outline-primary::before {
|
|
|
+ background-color: #33cabb;
|
|
|
+}
|
|
|
+.label-outline-success::before {
|
|
|
+ background-color: #15c377;
|
|
|
+}
|
|
|
+.label-outline-info::before {
|
|
|
+ background-color: #48b0f7;
|
|
|
+}
|
|
|
+.label-outline-warning::before {
|
|
|
+ background-color: #faa64b;
|
|
|
+}
|
|
|
+.label-outline-danger::before {
|
|
|
+ background-color: #f96868;
|
|
|
+}
|
|
|
+.label-outline-dark::before {
|
|
|
+ background-color: #465161;
|
|
|
+}
|
|
|
+.label-outline-secondary::before {
|
|
|
+ background-color: #e4e7ea;
|
|
|
+}
|
|
|
+.label-outline-purple::before {
|
|
|
+ background-color: #926dde;
|
|
|
+}
|
|
|
+.label-outline-pink::before {
|
|
|
+ background-color: #f96197;
|
|
|
+}
|
|
|
+.label-outline-cyan::before {
|
|
|
+ background-color: #57c7d4;
|
|
|
+}
|
|
|
+.label-outline-yellow::before {
|
|
|
+ background-color: #fcc525;
|
|
|
+}
|
|
|
+.label-outline-brown::before {
|
|
|
+ background-color: #8d6658;
|
|
|
+}
|
|
|
|
|
|
/* well */
|
|
|
.well {
|