62 lines
917 B
SCSS
Raw Normal View History

strongs .button {
color: #307e4b;
}
.strongs-title {
background-color: #c6efd4;
}
strongs {
ion-scroll {
height: 250px;
}
.strongs-def {
float: left;
}
.strongs-cross {
float: left;
}
p {
padding-left: 1em;
}
.scroll-content {
padding: 0px !important;
}
dd {
-webkit-margin-start: 12px;
}
}
@media screen and (max-width: 749px) {
strongs {
.strongs-def {
width: 100%;
}
.strongs-cross {
width: 100%;
}
}
}
@media screen and (min-width: 750px) {
strongs {
ion-scroll {
height: 260px;
}
.strongs-def {
width: 50%;
padding-right: 12px;
}
.strongs-cross {
width: 50%;
}
}
}