1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .app-navigation.data-v-0756a178{
- background-color: #fff;
- border-radius: 15px 15px 0 0;
- -webkit-filter: drop-shadow(0 -3px 6px rgba(0, 0, 0, 0.05));
- filter: drop-shadow(0 -3px 6px rgba(0, 0, 0, 0.05));
- }
- .app-navigation .__body.data-v-0756a178{
- display: flex;
- align-items: center;
- justify-content: space-around;
- position: relative;
- padding: 10px;
- padding-bottom: 0;
- }
- .scan.data-v-0756a178{
- display: inline-flex;
- align-items: center;
- justify-content: center;
- width: 60px;
- height: 60px;
- border-radius: 100pc;
- background-image: linear-gradient(to right,#8FF8FB,#47AEFF);
- box-shadow: 0 3px 6px #00BFE1 inset;
- border: 3px solid #fff;
- position: absolute;
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px);
- }
- .scan > .icon-scan.data-v-0756a178{
- display: block;
- width: 22.5px;
- height: 22.5px;
- }
- .scan-placeholder.data-v-0756a178{
- width: 60px;
- }
- .nav-item > .name.data-v-0756a178{
- font-size: 10px;
- margin-top: 4px;
- }
- .nav-item > .icon.data-v-0756a178{
- display: block;
- width: 22px;
- height: 22px;
- }
|