2024-10-10
This commit is contained in:
29
web/bsadmin/assets/sass/carousel.scss
Normal file
29
web/bsadmin/assets/sass/carousel.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
@import "variable"; // variable
|
||||
.testimonial-widget-one {
|
||||
// background: $pink;
|
||||
.testimonial-content {
|
||||
text-align: right;
|
||||
}
|
||||
.testimonial-text {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.testimonial-author-position {
|
||||
font-family: $mol;
|
||||
margin-right: 75px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
}
|
||||
.testimonial-author {
|
||||
margin-right: 75px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
}
|
||||
.testimonial-author-img {
|
||||
height: 50px !important;
|
||||
width: 50px !important;
|
||||
border-radius: 100px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user