9 lines
80 B
SCSS
9 lines
80 B
SCSS
%btn {
|
|
flex: 0 1 48%;
|
|
}
|
|
|
|
.endMeeting {
|
|
@extend %btn;
|
|
margin-left: 5rem;
|
|
}
|