19 lines
307 B
SCSS
19 lines
307 B
SCSS
.IntentItem{
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
height: 50px;
|
|
width:100%;
|
|
text-align:left;
|
|
background-color: #d8d8d8;
|
|
}
|
|
|
|
.IntentItem-selected{
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
height: 50px;
|
|
width:100%;
|
|
text-align:left;
|
|
background-color: #f5f5f5;
|
|
|
|
}
|