add button

This commit is contained in:
Sergey Krylov 2021-03-28 20:15:32 +03:00
parent 7157c669e5
commit ea2af15774
2 changed files with 25 additions and 4 deletions

View File

@ -1,8 +1,13 @@
<div class="top__menu">
<div class="layer"></div>
<div class="content">
<a href="<?php echo get_home_url() ?>">На главную</a>
<div id='tooltip' data-toggle="tooltip" data-placement="bottom" title="ул. Клемента Готвальда, 6В Этаж 3, помещения 16, 18"><i class="fa fa-map-marker" aria-hidden="true"></i> <span>Подольск</span></div>
<button class="top__menu_button">
<a href="<?php echo get_home_url() ?>">На главную</a>
</button>
<button class="top__menu_button">
<div id='tooltip' data-toggle="tooltip" data-placement="bottom" title="ул. Клемента Готвальда, 6В Этаж 3, помещения 16, 18"><i class="fa fa-map-marker" aria-hidden="true"></i> <span>Подольск</span></div>
</button>
</div>
</div>

View File

@ -268,12 +268,13 @@ main
right: 0
z-index: 2
color: #fff
padding: 36px 105px
padding: 28px 105px
display: flex
justify-content: space-between
align-self: center
a
display: block
font-family: Shadow
font-size: 24px
cursor: pointer
@ -292,6 +293,18 @@ main
font-size 14px
margin-left: 10px
&_button
outline: none
border: none
border-radius: 10px
background: linear-gradient(81.38deg, #552732 32.56%, #C1635C 116.69%)
// padding: 5px 10px
padding: 20px 25px
color: #fff
display: flex
align-items: center
@media screen and (max-width: 1366px)
.graduation__block.callback
background-size: cover
@ -408,7 +421,10 @@ main
padding: 10px 35px
.top__menu .content a
font-size: 20px
font-size: 16px
.top__menu_button
padding: 5px 10px
main .main-information
left: 35px