16 lines
336 B
Sass
16 lines
336 B
Sass
.section-tables
|
|
.section-table
|
|
width: 72px
|
|
float: left
|
|
margin-right: 20px
|
|
border: 1px solid #d8d8d8
|
|
padding: 0.8rem
|
|
background-color: #f2f2f2
|
|
margin-bottom: 1rem
|
|
text-align: center
|
|
&:hover
|
|
background-color: #e6e6e6
|
|
&.active, &.active:hover
|
|
background-color: #333
|
|
color: white
|