15 lines
No EOL
367 B
Text
15 lines
No EOL
367 B
Text
.card {
|
|
color: @theme-color-text-light;
|
|
padding: 15px;
|
|
margin: 9px 0;
|
|
border-radius: 2px;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
|
|
position: relative;
|
|
|
|
&:hover {
|
|
background-color: @color-silver-l95;
|
|
}
|
|
} |