delete button ok
This commit is contained in:
@ -3,8 +3,9 @@
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
font-weight: 600;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
|
||||
>*{
|
||||
flex: 1;
|
||||
@ -30,6 +31,10 @@ circle-team-template {
|
||||
border-bottom: 1px solid $color-228-25-79;
|
||||
}
|
||||
|
||||
>*:nth-child(even) {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
>*:nth-child(odd) {
|
||||
border-left: 1px solid $color-228-25-79;
|
||||
}
|
||||
|
Reference in New Issue
Block a user