|
@@ -131,53 +131,18 @@
|
|
|
}
|
|
|
.four{
|
|
|
background-color: white;
|
|
|
-}
|
|
|
-.four-1{
|
|
|
- background-color: white;
|
|
|
- width: 100%;
|
|
|
- height: 280px;
|
|
|
- margin-top: 10%;
|
|
|
-}
|
|
|
-.four1{
|
|
|
- background-color: white;
|
|
|
- margin-top: 15%;
|
|
|
- margin-bottom: 15%;
|
|
|
- margin-left: 10%;
|
|
|
- float: left;
|
|
|
- width: 37%;
|
|
|
-}
|
|
|
-.four2{
|
|
|
- background-color: white;
|
|
|
- margin-top: 15%;
|
|
|
- margin-bottom: 15%;
|
|
|
- float: left;
|
|
|
- width: 30%;
|
|
|
+ padding-top: 180px;
|
|
|
+ padding-bottom: 20px;
|
|
|
}
|
|
|
.button{
|
|
|
- margin-top: 0 !important;
|
|
|
- width: 140px !important;
|
|
|
- height: 35px;
|
|
|
- background-color: rgba(209, 205, 205, 0.5);
|
|
|
- /* background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230)); */
|
|
|
- border-top-left-radius: 1.5em;
|
|
|
- border-top-right-radius: 0em;
|
|
|
- border-bottom-right-radius: 0em;
|
|
|
- border-bottom-left-radius: 1.5em;
|
|
|
- color:#777777;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.buttons{
|
|
|
- margin-top: 0 !important;
|
|
|
- width: 140px !important;
|
|
|
+ margin-top: 5px !important;
|
|
|
+ width: 300px !important;
|
|
|
height: 35px;
|
|
|
- background-color: rgba(32, 88, 243, 0.5);
|
|
|
- background-image: linear-gradient(to right, rgb(75, 113, 236) , rgb(203, 97, 245));
|
|
|
- border-top-left-radius: 0em;
|
|
|
- border-top-right-radius: 1.5em;
|
|
|
- border-bottom-right-radius: 1.5em;
|
|
|
- border-bottom-left-radius: 0em;
|
|
|
+ background-color: rgba(243, 32, 162,0.5);
|
|
|
+ background-image: linear-gradient(to right, rgb(247, 59, 69) , rgb(223, 41, 247));
|
|
|
+ border-radius: 30px;
|
|
|
color:#ffffff;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 13px;
|
|
|
}
|
|
|
.group{
|
|
|
width: 100%;
|