mirror of
https://github.com/aelve/guide.git
synced 2024-12-29 16:48:33 +03:00
Use rounded corners for item boxes. (#231)
* Use rounded borders for item-info Set a 10px border radius instead of using square corners. * Set border radius on item-body. * Use 5px border radius.
This commit is contained in:
parent
e51268fb7e
commit
c9c8b537ae
@ -250,6 +250,8 @@ body {
|
|||||||
|
|
||||||
.item-body {
|
.item-body {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
border-bottom-left-radius: 5px;
|
||||||
|
border-bottom-right-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-traits,
|
.item-traits,
|
||||||
|
@ -44,6 +44,8 @@ CSS
|
|||||||
.item-info {
|
.item-info {
|
||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
border-top-left-radius: 5px;
|
||||||
|
border-top-right-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-info .section.normal {
|
.item-info .section.normal {
|
||||||
|
Loading…
Reference in New Issue
Block a user