Skip to content

Commit abfe44a

Browse files
committed
Remove testimonial CSS changes
These should be merged with #438
1 parent e88558c commit abfe44a

2 files changed

Lines changed: 0 additions & 204 deletions

File tree

weblate_web/static/style-rtl.css

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -4197,104 +4197,6 @@ input.fullwidth {
41974197
}
41984198
}
41994199

4200-
.testimonial {
4201-
width: 365px;
4202-
border-radius: 30px;
4203-
background-color: #ffffff;
4204-
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
4205-
margin-left: 10px;
4206-
}
4207-
4208-
.icon-review {
4209-
text-align: right;
4210-
}
4211-
.icon-review img {
4212-
margin-right: 50px;
4213-
}
4214-
.icon-review p {
4215-
margin-right: 35px;
4216-
margin-top: -25px;
4217-
width: 70%;
4218-
font-size: 15px;
4219-
line-height: 18px;
4220-
letter-spacing: 0.5px;
4221-
color: #2a3744;
4222-
}
4223-
4224-
.circle-user {
4225-
width: 40px;
4226-
height: 40px;
4227-
border-radius: 50%;
4228-
position: relative;
4229-
right: 32px;
4230-
margin-top: 20px;
4231-
}
4232-
.circle-user img {
4233-
margin: 0px;
4234-
border-radius: 50%;
4235-
}
4236-
4237-
.icon-user {
4238-
display: flex;
4239-
text-align: right;
4240-
padding-bottom: 25px;
4241-
}
4242-
.content-user {
4243-
margin-top: 20px;
4244-
margin-right: 45px;
4245-
}
4246-
.content-user a {
4247-
color: #1fa385;
4248-
line-height: 23px;
4249-
text-decoration: underline;
4250-
}
4251-
.content-logo {
4252-
margin: 0px !important;
4253-
}
4254-
4255-
.slider-slide {
4256-
display: -webkit-flex;
4257-
display: flex;
4258-
-webkit-align-items: center;
4259-
align-items: center;
4260-
-webkit-justify-content: center;
4261-
justify-content: center;
4262-
}
4263-
4264-
.simple-slider {
4265-
height: 400px;
4266-
}
4267-
4268-
.simple-slider .slider-btn.slider-btn-prev {
4269-
left: 11px !important;
4270-
background-position: left !important;
4271-
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
4272-
background: white !important;
4273-
border-radius: 50% !important;
4274-
width: 50px !important;
4275-
height: 50px !important;
4276-
}
4277-
4278-
.simple-slider .slider-btn.slider-btn-next {
4279-
right: 4px !important;
4280-
background-position: right !important;
4281-
border-radius: 50% !important;
4282-
width: 50px !important;
4283-
height: 50px !important;
4284-
background: white !important;
4285-
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
4286-
}
4287-
4288-
.simple-slider .slider-btn.slider-btn-next img {
4289-
padding: 18px;
4290-
margin: 0px;
4291-
}
4292-
4293-
.simple-slider .slider-btn.slider-btn-prev img {
4294-
padding: 18px;
4295-
margin: 0px;
4296-
}
4297-
42984200
/* Services CSS */
42994201

43004202
/* Services CSS (Button Sizes) */

weblate_web/static/style.css

Lines changed: 0 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,106 +4189,6 @@ input.fullwidth {
41894189
}
41904190
}
41914191

4192-
/*Testimonial and Slider CSS*/
4193-
4194-
.testimonial {
4195-
width: 365px;
4196-
border-radius: 30px;
4197-
background-color: #ffffff;
4198-
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
4199-
margin-left: 10px;
4200-
}
4201-
4202-
.icon-review {
4203-
text-align: left;
4204-
}
4205-
.icon-review img {
4206-
margin-left: 50px;
4207-
}
4208-
.icon-review p {
4209-
margin-left: 35px;
4210-
margin-top: -25px;
4211-
width: 70%;
4212-
font-size: 15px;
4213-
line-height: 18px;
4214-
letter-spacing: 0.5px;
4215-
color: #2a3744;
4216-
}
4217-
4218-
.circle-user {
4219-
width: 40px;
4220-
height: 40px;
4221-
border-radius: 50%;
4222-
position: relative;
4223-
left: 32px;
4224-
margin-top: 20px;
4225-
}
4226-
.circle-user img {
4227-
margin: 0px;
4228-
border-radius: 50%;
4229-
}
4230-
4231-
.icon-user {
4232-
display: flex;
4233-
text-align: left;
4234-
padding-bottom: 25px;
4235-
}
4236-
.content-user {
4237-
margin-top: 20px;
4238-
margin-left: 45px;
4239-
}
4240-
.content-user a {
4241-
color: #1fa385;
4242-
line-height: 23px;
4243-
text-decoration: underline;
4244-
}
4245-
.content-logo {
4246-
margin: 0px !important;
4247-
}
4248-
4249-
.slider-slide {
4250-
display: -webkit-flex;
4251-
display: flex;
4252-
-webkit-align-items: center;
4253-
align-items: center;
4254-
-webkit-justify-content: center;
4255-
justify-content: center;
4256-
}
4257-
4258-
.simple-slider {
4259-
height: 400px;
4260-
}
4261-
4262-
.simple-slider .slider-btn.slider-btn-prev {
4263-
left: 11px !important;
4264-
background-position: left !important;
4265-
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
4266-
background: white !important;
4267-
border-radius: 50% !important;
4268-
width: 50px !important;
4269-
height: 50px !important;
4270-
}
4271-
4272-
.simple-slider .slider-btn.slider-btn-next {
4273-
right: 4px !important;
4274-
background-position: right !important;
4275-
border-radius: 50% !important;
4276-
width: 50px !important;
4277-
height: 50px !important;
4278-
background: white !important;
4279-
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
4280-
}
4281-
4282-
.simple-slider .slider-btn.slider-btn-next img {
4283-
padding: 18px;
4284-
margin: 0px;
4285-
}
4286-
4287-
.simple-slider .slider-btn.slider-btn-prev img {
4288-
padding: 18px;
4289-
margin: 0px;
4290-
}
4291-
42924192
/* Services CSS */
42934193

42944194
/* Services CSS (Button Sizes) */
@@ -4684,9 +4584,3 @@ input.fullwidth {
46844584
.payment-updated {
46854585
display: flow-root;
46864586
}
4687-
4688-
/* bottom.html CSS(Donation Box Adjustment) */
4689-
4690-
.donation-box-updated {
4691-
display: flex;
4692-
}

0 commit comments

Comments
 (0)