fix

parent ed8d3f60
......@@ -2729,6 +2729,7 @@ width: 95%;
.simple-section ol {
margin-top: 14px !important;
padding-left: 47px !important;
list-style: none !important;
}
.simple-section ol li {
......@@ -2736,4 +2737,52 @@ width: 95%;
font-size: 21px;
color: #2d323a;
font-family: "RobotoBold";
position: relative;
}
.simple-section ol li:before {
counter-increment: myCounter;
content: counter(myCounter);
color: #fff;
font-size: 15px;
font-family: "RobotoBold";
background: #00AEC7;
display: block;
position: absolute;
top: -5px;
left: -37px;
text-align: center;
margin: 4px 12px 4px 4px;
line-height: 23px;
width: 23px;
height: 23px;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
}
.simple-section table td {
font-size: 14px;
line-height: 20px;
background-color: #fff;
padding: 15px 20px;
border: 1px solid #c2c2c2;
}
.simple-section table tr:first-child td {
font-size: 16px;
line-height: 20px;
color: #fff;
font-family: "RobotoBold";
background-color: #49acc5;
padding: 15px 20px;
border: 1px solid #fff;
border-bottom: 0;
border-top: 0;
}
.simple-section table tr:first-child td:first-child {
border-left: 0;
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment