This commit is contained in:
Jerry
2021-04-30 11:56:29 +03:00
parent 0d38b66dba
commit b0e559d7a6
5 changed files with 47 additions and 22 deletions

View File

@@ -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);