|
- .experiment-result {
- height: 100%;
- padding: 8px;
- overflow-y: auto;
- color: @text-color;
- font-size: 14px;
-
- &__content {
- padding: 10px 20px 20px 20px;
- background-color: rgba(234, 234, 234, 0.5);
- }
-
- &__item {
- margin-bottom: 20px;
- &:last-child {
- margin-bottom: 0;
- }
-
- &__name {
- display: flex;
- align-items: center;
- padding: 10px 0;
- border-bottom: 1px solid rgba(234, 234, 234, 0.8);
- }
-
- &__file {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- margin-bottom: 10px;
- padding: 0 20px 0 0;
-
- &:last-child {
- margin-bottom: 0;
- }
- }
- }
-
- &__empty {
- margin-top: 10px;
- text-align: center;
- }
- }
|