File: /var/www/linde-ai/html/styles/global/_helpers.scss
.p-t-10 {
padding-top: 10px;
}
.p-b-10 {
padding-bottom: 10px;
}
.p-x-10 {
padding: 0 10px;
}
.p-y-10 {
padding: 10px 0;
}
.p-t-20 {
padding-top: 20px;
}
.p-b-20 {
padding-bottom: 20px;
}
.p-b-30 {
padding-bottom: 30px;
}
.p-x-20 {
padding: 0 20px;
}
.p-y-20 {
padding: 20px 0;
}
.p-b-30 {
padding-bottom: 30px;
}
.m-r-10 {
margin-right: 10px;
}
.m-t-10 {
margin-top: 10px;
}
.m-t-20 {
margin-top: 20px;
}
.m-b-50 {
margin-bottom: 50px;
}
.d-flex {
display: flex;
}
.flex-column {
flex-direction: column !important;
}
.justify-center {
justify-content: center !important;
}
.align-center {
align-items: center !important;
}
.text-center {
text-align: center;
}
.z-index-1 {
z-index: 1;
}