|
|
@ -120,6 +120,23 @@ h2 {
|
|
|
|
margin: 16px 20px;
|
|
|
|
margin: 16px 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.floating-round-button {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
background-color: #EE7500;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
width: 80px;
|
|
|
|
|
|
|
|
height: 80px;
|
|
|
|
|
|
|
|
border-radius: 40px;
|
|
|
|
|
|
|
|
font-size: 42px;
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
|
|
|
|
|
|
|
|
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
|
|
|
|
|
|
|
|
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-card {
|
|
|
|
.user-card {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|