summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/markdown_area.scss
blob: 8ee8eaa4ee7a5fb2712573f09ffc0ff1c5de3138 (plain)
1
2
3
4
5
6
7
8
9
.markdown-area {
  background: #FFF;
  border: 1px solid #ddd;
  min-height: 100px;
  padding: 5px;
  font-size: 14px;
  box-shadow: none;
  width: 100%;
}