matrix-dimension/web/app/widget-wrappers/terms/terms.component.scss

9 lines
177 B
SCSS
Raw Normal View History

2019-07-06 21:40:32 +00:00
.terms {
width: 90%;
max-width: 1000px;
margin: 70px auto;
background-color: white;
box-shadow: #7d7d7d 10px 10px 20px;
padding: 20px;
border: 1px solid #909090;
}