mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 05:43:24 +00:00
22 lines
304 B
SCSS
22 lines
304 B
SCSS
@use '../styles/variables' as *;
|
|
|
|
.header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
.logo {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
}
|
|
|
|
.title {
|
|
font-weight: $medium;
|
|
font-size: 1.875rem;
|
|
margin-left: 0.25rem;
|
|
text-align: center;
|
|
margin-bottom: 0;
|
|
}
|