misuzu/assets/less/mio/classes/forum/posting.less

39 lines
608 B
Text
Raw Normal View History

2018-05-22 00:54:20 +00:00
.forum__posting {
&__content {
margin: 2px;
display: flex;
flex-direction: column;
}
2018-05-23 01:41:57 +00:00
&__errors {
font-weight: 700;
color: #a00;
padding: 0 2px 1px;
margin-bottom: 2px;
border-bottom: 1px solid #9475b2;
}
2018-05-22 00:54:20 +00:00
&__title {
margin-bottom: 2px;
&__input {
width: 100%;
}
}
&__text {
margin-bottom: 2px;
&__input {
min-width: 100%;
max-width: 100%;
min-height: 200px;
}
}
&__buttons {
display: flex;
}
}