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