add btn live
This commit is contained in:
@@ -29,3 +29,23 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// BTN LIVE
|
||||
.link_live{
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
& > div{
|
||||
margin: 4rem auto;
|
||||
a{
|
||||
padding: 0.7rem 4rem;
|
||||
background: $color2;
|
||||
color: white!important;
|
||||
font-family:'truenoregular';
|
||||
text-transform: uppercase;
|
||||
font-size:1.2rem;
|
||||
&:hover{
|
||||
@include shadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user