forked from LiveCarta/LiveCartaWP
icon fix
This commit is contained in:
@@ -670,24 +670,8 @@ blockquote {
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.icon-warning-custom {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 50%;
|
||||
color: white;
|
||||
background: red;
|
||||
overflow: hidden;
|
||||
line-height: 16px;
|
||||
text-align: center;
|
||||
padding-right: 1px; }
|
||||
.icon-warning-custom:after {
|
||||
content: "!";
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
font-weight: bold; }
|
||||
color: #e89f29;
|
||||
font-size: 16px; }
|
||||
|
||||
.icon-upload:before {
|
||||
content: "\e941"; }
|
||||
@@ -1128,7 +1112,7 @@ header {
|
||||
line-height: 20px;
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
background: red;
|
||||
background: #e89f29;
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
|
||||
|
||||
Reference in New Issue
Block a user