Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb5221b

Browse files
committed
Optimized styles
1 parent 4327d09 commit fb5221b

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

src/styles/antd.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ samp {
528528
font-family: 'iconfont';
529529
src: url('https://at.alicdn.com/t/font_1470306566_6473837.eot'); /* IE9*/
530530
src: url('https://at.alicdn.com/t/font_1470306566_6473837.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
531-
url('https://at.alicdn.com/t/font_1470306566_6473837.woff') format('woff'), /* chrome、firefox */
531+
url('https://at.aslicdn.com/t/font_1470306566_6473837.woff') format('woff'), /* chrome、firefox */
532532
url('https://at.alicdn.com/t/font_1470306566_6473837.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
533533
url('https://at.alicdn.com/t/font_1470306566_6473837.svg#iconfont') format('svg'); /* iOS 4.1- */
534534
}

src/styles/core.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222
box-sizing: inherit;
2323
}
2424

25-
a{
26-
color:#07c;
27-
text-decoration: none;
28-
&:hover{
29-
color:#3af;
30-
text-decoration: underline;
31-
}
32-
}
33-
3425
ul, li {
3526
list-style: none;
3627
padding: 0;
@@ -45,16 +36,6 @@
4536
text-align: center;
4637
}
4738

48-
.clearfix:before,
49-
.clearfix:after {
50-
content: " ";
51-
display: table;
52-
}
53-
54-
.clearfix:after {
55-
clear: both;
56-
}
57-
5839
.button {
5940
font-size: 14px;
6041
line-height: 1;

0 commit comments

Comments
 (0)