website/src/components/gallery/ShowcaseSurveyCard/styles.module.css (27 lines of code) (raw):
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/* Keep for future change on light vs dark theme */
.card {
width: 350px;
height: 368px;
max-width: 100%;
border-radius: 8px;
max-height: 100%;
min-width: 300px;
padding: 20px !important;
align-items: center;
}
.text {
display: flex;
flex-direction: column;
align-items: center;
flex: 1 0 auto;
}
.surveyButton {
background-color: #7160e8 !important;
}
.surveyButton:hover {
background-color: #5a4cb9 !important;
}
.closeButton {
position: absolute;
right: 20px;
top: 20px;
}