form styles are changeds
This commit is contained in:
Vendored
+2
@@ -57,6 +57,7 @@ $(document).ready(function () {
|
||||
<ul class="list-inline">
|
||||
<li><a href="./about.html" class="text-white text-decoration-none satoshi_font">About Us</a></li>
|
||||
<li><a href="./press.html" class="text-white text-decoration-none satoshi_font">Press</a></li>
|
||||
<li><a href="./partners.html" class="text-white text-decoration-none satoshi_font">Partner</a></li>
|
||||
<li><a href="#" class="text-white text-decoration-none satoshi_font">Quality Certification</a></li>
|
||||
<li><a href="#" class="text-white text-decoration-none satoshi_font">Case Study</a></li>
|
||||
<li><a href="#" class="text-white text-decoration-none satoshi_font">Terms</a></li>
|
||||
@@ -243,6 +244,7 @@ $(document).ready(function () {
|
||||
<ul class="list-inline">
|
||||
<li class="fs-6"><a href="./about.html" class="text-white text-decoration-none satoshi_font">About Us</a></li>
|
||||
<li class="fs-6"><a href="./press.html" class="text-white text-decoration-none satoshi_font">Press</a></li>
|
||||
<li><a href="./partners.html" class="text-white text-decoration-none satoshi_font">Partner</a></li>
|
||||
<li class="fs-6"><a href="#" class="text-white text-decoration-none satoshi_font">Quality Certification</a></li>
|
||||
<li class="fs-6"><a href="#" class="text-white text-decoration-none satoshi_font">Case Study</a></li>
|
||||
<li class="fs-6"><a href="#" class="text-white text-decoration-none satoshi_font">Terms</a></li>
|
||||
|
||||
Vendored
+4
-1
@@ -1345,7 +1345,7 @@ html,body{
|
||||
width: 100%;
|
||||
padding: 80px 0;
|
||||
box-sizing: border-box;
|
||||
background: #f9f9f9;
|
||||
/* background: #f9f9f9; */
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1440px){
|
||||
@@ -1509,6 +1509,9 @@ display: none;
|
||||
/* background: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%); */
|
||||
background: linear-gradient(112.1deg, rgb(63, 76, 119) -14.8% , rgb(32, 38, 57) 100.4%);
|
||||
}
|
||||
.bg-gradient-violet{
|
||||
background: linear-gradient(90deg, rgba(230,242,244,1) 6%, rgba(236,228,220,1) 100%);
|
||||
}
|
||||
@media only screen and (min-width: 769px) and (max-width: 1199px) {
|
||||
span.transform_text2 {
|
||||
position: absolute;
|
||||
|
||||
Vendored
+2
-2
@@ -2280,9 +2280,9 @@ textarea:focus {
|
||||
.bg-white {
|
||||
background-color: #fff;
|
||||
}
|
||||
.bg-gradient-violet{
|
||||
/* .bg-gradient-violet{
|
||||
background-image: linear-gradient( 45deg, hsl(220deg 52% 91%) 0%, hsl(229deg 48% 90%) 8%, hsl(243deg 42% 90%) 17%, hsl(260deg 39% 88%) 25%, hsl(272deg 43% 86%) 33%, hsl(285deg 44% 84%) 42%, hsl(300deg 43% 82%) 50%, hsl(300deg 43% 82%) 58%, hsl(300deg 43% 82%) 67%, hsl(300deg 43% 82%) 75%, hsl(293deg 40% 83%) 83%, hsl(286deg 36% 84%) 92%, hsl(280deg 31% 85%) 100% );
|
||||
}
|
||||
} */
|
||||
|
||||
.bg-gray {
|
||||
background-color: #FAFAFA;
|
||||
|
||||
Reference in New Issue
Block a user