* change root dit and change way to import modules * update deps to latest versions * use latest tools for building bundles * rewrite webpack config * use nomodule technique for loading modern bundle * inject polyfills by babel usebuiltins * update eslint rules * rename all style files to CSS * use postcss preset env for building styles * proper typescript typing * put all html files to templates folder * etc
20 lines
360 B
CSS
20 lines
360 B
CSS
.comment__vote {
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 14px;
|
|
vertical-align: top;
|
|
font-size: 0;
|
|
line-height: 0;
|
|
background: url('comment__vote.svg') center no-repeat;
|
|
background-size: contain;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.voting__error {
|
|
color: var(--color25);
|
|
text-align: right;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
margin-top: -10px;
|
|
}
|