DTP Base provides a scalable and secure Node.js application development harness ready for production service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
562 B

.uk-card {
&.uk-card-secondary {
.uk-card-body {
border-top: solid 1px #4a4a4a;
border-bottom: solid 1px #4a4a4a;
}
button.uk-button {
&.uk-button-primary {
background: @button-primary-background;
color: @button-primary-color;
&:hover {
background: @button-primary-hover-background;
color: @button-primary-hover-color;
}
&:active {
background: @button-primary-active-background;
color: @button-primary-active-color;
}
}
}
}
}