forked from ddrilling/asb_cloud_front
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
|
.user-menu {
|
||
|
|
||
|
& .profile-links {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: stretch;
|
||
|
gap: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
}
|