mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
11 lines
101 B
SCSS
11 lines
101 B
SCSS
@use "../../../styles/variables";
|
|
|
|
.footer {
|
|
display: flex;
|
|
gap: 10px;
|
|
}
|
|
|
|
.button {
|
|
flex: 1;
|
|
}
|