This repository has been archived on 2025-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mylinks/admin/src/pages/Home/components/Header/styles.sass

22 lines
356 B
Sass

@import "@/common/styles/colors"
header
display: flex
justify-content: space-between
align-items: center
.header-title
margin: 0
font-size: 36pt
font-weight: 900
color: $gray
.header-profile
width: 60px
border-radius: 5rem
border: 3px solid #603FE3
cursor: pointer
.header-title span
color: $primary
text-decoration: underline