first commit
This commit is contained in:
36
themes/ayon__/_dev/css/components/custom-text.scss
Normal file
36
themes/ayon__/_dev/css/components/custom-text.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
#custom-text {
|
||||
background: white;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 1.5rem;
|
||||
padding: 3.125rem 3.125rem;
|
||||
text-align: center;
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
color: $gray-darker;
|
||||
font-size: 1.563rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
p {
|
||||
color: $gray-darker;
|
||||
font-weight: 400;
|
||||
font-size: 1.1em;
|
||||
.dark {
|
||||
color: $gray;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
.page-content.page-cms{
|
||||
text-align: justify;
|
||||
.cms-box{
|
||||
img{
|
||||
max-width: 100%;
|
||||
height:auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-down(md) {
|
||||
#block-cmsinfo {
|
||||
padding: $medium-space $large-space;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user