Files
old-tellall/web/src/css/components/IntentItem.scss
2018-01-14 01:00:35 +01:00

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;
}