Added border radius to boxes.
This commit is contained in:
parent
69332c122a
commit
5d5fdb45d7
|
@ -139,6 +139,7 @@ const Filters = ({
|
||||||
display: "block",
|
display: "block",
|
||||||
marginLeft: "auto",
|
marginLeft: "auto",
|
||||||
marginRight: "auto",
|
marginRight: "auto",
|
||||||
|
marginBottom: "15px"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Apply 
|
Apply 
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter {
|
.filter {
|
||||||
|
border-radius: 50px;
|
||||||
animation: fadein 0.3s;
|
animation: fadein 0.3s;
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
|
border-radius: 50px;
|
||||||
animation: fadein 0.3s;
|
animation: fadein 0.3s;
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|
Ŝarĝante…
Reference in New Issue