/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * No deletion without permission, or be held responsible to law.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */

.info-box-icon-small {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.2);
}
.badge-rect {
  border-radius: 2px;
}
.info-box-content-small {
  padding: 5px 10px;
  margin-left: 45px;
}
