1d6a65a2ab
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
28 lines
457 B
SCSS
28 lines
457 B
SCSS
.light-well {
|
|
background: #f9f9f9;
|
|
padding: 15px;
|
|
}
|
|
|
|
.centered-light-block {
|
|
text-align: center;
|
|
color: #888;
|
|
margin: 20px;
|
|
}
|
|
|
|
.nothing-here-block {
|
|
text-align: center;
|
|
padding: 20px;
|
|
color: #666;
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
.gray-content-block {
|
|
margin: -18px;
|
|
background-color: #f8fafc;
|
|
padding: 18px;
|
|
margin-bottom: 0px;
|
|
border-top: 1px solid #e7e9ed;
|
|
border-bottom: 1px solid #e7e9ed;
|
|
}
|