fix radius
This commit is contained in:
parent
108bb7649b
commit
9b542c5bcf
@ -137,7 +137,6 @@ input, optgroup, select, textarea {
|
|||||||
pre code {
|
pre code {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 1em 1.5em;
|
padding: 1em 1.5em;
|
||||||
border-radius: $radius;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
@ -149,6 +148,7 @@ pre {
|
|||||||
background: #F5F5F5;
|
background: #F5F5F5;
|
||||||
color: #333;
|
color: #333;
|
||||||
border:1px solid #ccc;
|
border:1px solid #ccc;
|
||||||
|
border-radius: $radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart {
|
.heart {
|
||||||
|
Reference in New Issue
Block a user