no message

Former-commit-id: 10c06ef856fd1e1b65ed763899f76a4f9a170c12
Former-commit-id: e5c0e4ccf2a01c8b5a400cd6001f5ce883db1c7e
Former-commit-id: a618014bf4081050709432146eebbca364e3d105
This commit is contained in:
李杨
2018-01-17 16:01:46 +08:00
parent a18a790e6c
commit b6102a6198
13 changed files with 247 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ html, body {
pre {
margin: 0px;
border-radius: $border-radius;
border-radius: 4px;
}
a {

View File

@@ -7,6 +7,6 @@
border: 1px solid $color-border-1;
background-color: rgba(#FFF, .3);
opacity: 1;
border-radius: $border-radius;
border-radius: 4px;
}
}

View File

@@ -14,7 +14,7 @@ $prefix: dd;
border: 1px solid #dddee1;
border-color: #e9eaec;
background: #fff;
border-radius: $border-radius;
border-radius: 4px;
font-size: 14px;
position: relative;
}

View File

@@ -1,2 +1 @@
$margin: 20px;
$border-radius: 4px;
$margin: 20px;