34 lines
557 B
Text
34 lines
557 B
Text
|
.comments {
|
||
|
margin: 1px;
|
||
|
overflow: hidden;
|
||
|
word-wrap: break-word;
|
||
|
|
||
|
&__input,
|
||
|
&__javascript {
|
||
|
border-bottom: 1px solid #9475b2;
|
||
|
padding-bottom: 1px;
|
||
|
margin-bottom: 1px;
|
||
|
}
|
||
|
|
||
|
&__none,
|
||
|
&__javascript,
|
||
|
&__notice {
|
||
|
padding: 10px;
|
||
|
font-size: 1.2em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
&__notice__link {
|
||
|
color: #22c;
|
||
|
text-decoration: none;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
&:active {
|
||
|
color: #c22;
|
||
|
}
|
||
|
}
|
||
|
}
|