Files
meteor/examples/unfinished/movers/movers.less
2013-08-13 18:48:29 -07:00

13 lines
253 B
Plaintext

.item {
border: 1px solid black;
padding: 10px;
font-size: 18px;
margin-bottom: 10px;
font-weight: bold;
position: relative;
}
.red { background: #fcc; }
.blue { background: #ccf; }
.green { background: #cfc; }
.yellow { background: #ffc; }