add circle on nav bar
This commit is contained in:
parent
10d229eae8
commit
4bc58af524
2 changed files with 35 additions and 2 deletions
|
|
@ -172,6 +172,34 @@ _:-ms-fullscreen, :root .main {
|
|||
padding-top: 1rem !important;
|
||||
}
|
||||
|
||||
.menu-activity {
|
||||
background-image: linear-gradient(-180deg, #F1F3F5 0%, #FFFFFF 40%);
|
||||
box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.35);
|
||||
width: 100%;
|
||||
height: 8rem;
|
||||
position: absolute;
|
||||
top: -15px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
left:0;
|
||||
right:0;
|
||||
border-radius: 100%;
|
||||
z-index: -999;
|
||||
}
|
||||
|
||||
.icon-activity {
|
||||
font-size: 28px;
|
||||
position: absolute;
|
||||
display: block;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.name-activity {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.amount {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
|
@ -823,6 +851,10 @@ textarea:focus
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.test {
|
||||
background: red;
|
||||
}
|
||||
|
||||
|
||||
.create-tab a {
|
||||
font-size: .7rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue