Make back button a circle
This commit is contained in:
parent
5a4ca4578a
commit
936344b012
1 changed files with 1 additions and 2 deletions
|
@ -40,6 +40,7 @@ limitations under the License.
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
border-radius: 10px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -55,7 +56,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_BaseCard_back {
|
.mx_BaseCard_back {
|
||||||
border-radius: 4px;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
@ -66,7 +66,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_BaseCard_close {
|
.mx_BaseCard_close {
|
||||||
border-radius: 10px;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue