|
- .resource-intro {
- width: 100%;
-
- &__top {
- padding: 20px @content-padding;
- background: white;
- border-radius: 0 0 10px 10px;
- box-shadow: 0px 2px 12px rgba(180, 182, 191, 0.09);
-
- pre {
- margin-bottom: 0 !important;
- }
-
- &__title {
- margin: 15px 0;
- color: @text-color-secondary;
- font-size: 14px;
- }
-
- &__desc {
- color: @text-color;
- font-size: @font-size;
- }
- }
-
- &--dataset {
- height: 100%;
- background-color: white;
- border-radius: 0 0 10px 10px;
- }
-
- &--dataset &__top {
- border-radius: 0;
- box-shadow: none;
- }
- }
|