OSDN Git Service

Merge branch 'master' of git://github.com/Bytom/dashboard into dashboardmaster
[bytom/bytom-electron.git] / src / features / shared / components / ConsoleSection / ListItem / ListItem.scss
1 .main{
2   background-color: $background-color;
3   border: 1px solid $border-color;
4   margin-bottom: 30px;
5   font-family: Nitti;
6 }
7
8 .title{
9   border-bottom: 1px solid $border-color;
10   padding: 5px 10px;
11   color: $text-strong-color;
12 }
13
14 .messageBox{
15   padding: 5px 10px;
16   white-space: pre-wrap;      /* CSS3 */
17   white-space: -moz-pre-wrap; /* Firefox */
18   white-space: -pre-wrap;     /* Opera <7 */
19   white-space: -o-pre-wrap;   /* Opera 7 */
20   word-wrap: break-word;      /* IE */
21 }