Files
kutt-extension/source/Popup/Header.module.scss
2026-01-03 23:17:21 +05:30

29 lines
366 B
SCSS

@use '../styles/variables' as *;
.header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem;
user-select: none;
}
.logo {
width: 2rem;
height: 2rem;
}
.actions {
display: flex;
}
.styledIcon {
background-color: transparent;
box-shadow: none;
color: rgb(187, 187, 187);
&:hover {
opacity: 0.75;
}
}