You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

101 lines
1.5 KiB

:focus {
outline: 0 !important;
}
*button:focus {
border: none;
outline: none;
box-shadow: none;
}
* {
list-style-type: none;
font-family: $font-default;
font-size: 14px;
&:focus,
&:active {
outline: none !important;
}
}
*:hover {
-webkit-transition: 0.5s;
transition: 0.5s;
}
*::selection {
color: rgb(80, 233, 174);
}
*a,
a:visited {
color: #990000;
text-decoration: none;
}
body {
}
.affix {
top:0;
width: 100%;
z-index: 9999 !important;
}
h1, h2, h3, h4, h5, h6 {
font-family:$font-default;
color: $color-black; }
.gap{
padding-top: 100px;
padding-bottom: 50px;
}
.gap2{
padding-top: 50px;
}
.section_heading{
margin-top: 40px;
margin-bottom: 40px;
text-align: center;
h3{
font-size: 35px;
font-family:'Overpass Mono', monospace;
font-weight: 900;
text-transform: uppercase;
}
hr{
width: 15%;
background: $color-brand;
height: 1px;
}
p{
line-height: 30px;
padding-top: 10px;
}
}
html {
scroll-behavior: smooth;
}
.back-to-top {
position: fixed;
bottom: 25px;
right: 25px;
display: none;
}
.input-group > .search-query {
height: 60px !important;
}
.input-group > .input-group-append > .oe_search_button {
width: 60px !important;
}
.form-group > .input-group > .form-control {
height:50px !important
}