You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
2.0 KiB
CSS
35 lines
2.0 KiB
CSS
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/artifacts.module.scss ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.artifacts_artifacts__J06vB {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
}
|
|
.artifacts_artifacts-header__s7Cdi {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 36px;
|
|
padding: 20px;
|
|
background: var(--second);
|
|
}
|
|
.artifacts_artifacts-title__UXZs9 {
|
|
flex: 1 1;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
}
|
|
.artifacts_artifacts-content__3pFba {
|
|
flex-grow: 1;
|
|
padding: 0 20px 20px 20px;
|
|
background-color: var(--second);
|
|
}
|
|
|
|
.artifacts_artifacts-iframe__mjsdx {
|
|
width: 100%;
|
|
border: var(--border-in-light);
|
|
border-radius: 6px;
|
|
background-color: var(--gray);
|
|
}
|