docbrown/app/assets/stylesheets/fundamentals.scss
Ben Halpern 78138532c8
Classified Listings (#2545)
* Initial classified listings work

* More work on tags

* Additional work finalizing stripe and getting the listings page along

* Finalize-ish listings 🤞
2019-04-24 16:17:01 -04:00

25 lines
438 B
SCSS

#error_explanation {
width: 100%;
border: 2px solid #d94949;
padding: 7px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #f0f0f0;
h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 16px;
margin: -7px;
margin-bottom: 0px;
background-color: #d94949;
color: #fff;
}
ul li {
font-size: 16px;
list-style: square;
border-radius:5px;
}
}