// ___ ___ ___ _____ // / /\ / /\ / /\ / /::\ // / /:/ / /::\ / /::\ / /:/\:\ // / /:/ / /:/\:\ / /:/\:\ / /:/ \:\ // / /:/ ___ / /:/~/::\ / /:/~/:/ /__/:/ \__\:| // /__/:/ / /\/__/:/ /:/\:\/__/:/ /:/__\ \:\ / /:/ // \ \:\ / /:/\ \:\/:/__\/\ \:\/:::::/\ \:\ /:/ // \ \:\ /:/ \ \::/ \ \::/~~~~ \ \:\/:/ // \ \:\/:/ \ \:\ \ \:\ \ \::/ // \ \::/ \ \:\ \ \:\ \__\/ // \__\/ \__\/ \__\/ // //* // @pattern Card // // A simple, clean container for content that is to appear on an area with a // colored background but that requires a completely neutral background to // appear properly. // // @since 1.0.0 //* // @markup //
//
//
.card { background-color: color(white); border-radius: default(border-radius); overflow: hidden; }