FarmMapsLib/projects/common/src/fm/components/user-menu/user-menu.component.scss

34 lines
563 B
SCSS
Raw Normal View History

2020-06-12 10:24:08 +00:00
.menu-button {
2020-06-24 11:08:13 +00:00
background-color: purple;
2020-06-12 10:24:08 +00:00
display: inline-block;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
font-size: 1rem;
2020-06-24 11:08:13 +00:00
position: relative;
display: inline-block;
}
div.menu-button > span {
color:white;
}
.card {
position: absolute;
top: 3rem;
right:0;
padding:0.5rem;
min-width: 10rem;
}
.username {
white-space: nowrap;
font-weight: 500;
font-size: 1.2rem;
line-height: 1.2rem;
}
.card-body {
text-align: left;
2020-06-12 10:24:08 +00:00
}