add fork me on github
This commit is contained in:
@@ -134,4 +134,13 @@ body, html {
|
||||
border: 1px solid #CCC;
|
||||
background: rgba(222, 222, 222, 0.5);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.forkme {
|
||||
float: right;
|
||||
color: #FFF;
|
||||
|
||||
&:hover {
|
||||
color: #EEE
|
||||
}
|
||||
}
|
||||
@@ -9,15 +9,9 @@
|
||||
.ico() {
|
||||
display: inline-block;
|
||||
font-family: 'fonteditor';
|
||||
font-size: 12px;
|
||||
font-style:normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-text-stroke-width: 0.1px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: blue;
|
||||
}
|
||||
}
|
||||
|
||||
.i-ico(@unicode) {
|
||||
@@ -29,6 +23,11 @@
|
||||
.i-edit,
|
||||
.i-del {
|
||||
.ico();
|
||||
font-size: 12px;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: blue;
|
||||
}
|
||||
}
|
||||
|
||||
.i-edit {
|
||||
@@ -37,4 +36,9 @@
|
||||
|
||||
.i-del {
|
||||
.i-ico('\e611');
|
||||
}
|
||||
|
||||
.i-github {
|
||||
.ico();
|
||||
.i-ico('\e600');
|
||||
}
|
||||
Reference in New Issue
Block a user