Commit 9ec86816 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Actualiza detalles de paquete

See merge request redmic-project/client/style!19
parents 550fca39 8b29ee12
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+36 −0
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment-package/npm-deployment.yml'

stages:
  - build
  - deploy

build-package:
  stage: build
  image: ${WEB_BUILD_IMAGE_NAME}:${WEB_BUILD_IMAGE_TAG}
  variables:
    GIT_SUBMODULE_STRATEGY: normal
    WEB_BUILD_IMAGE_NAME: registry.gitlab.com/redmic-project/docker/web-build
    WEB_BUILD_IMAGE_TAG: latest
  before_script:
    - type yarn grunt
    - yarn install
  script:
    - grunt
  dependencies: []
  artifacts:
    name: ${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}
    expire_in: 1 week
    paths:
      - node_modules/
      - dist/
  cache:
    paths:
      - node_modules/
  rules:
    - if: $CI_MERGE_REQUEST_ID ||
          $CI_PIPELINE_SOURCE == "schedule"
      when: never
    - if: $CI_COMMIT_BRANCH || $CI_COMMIT_TAG
+3 −3
Original line number Diff line number Diff line
{
  "name": "redmic-style",
  "version": "0.24.0",
  "name": "@redmic-project/style",
  "version": "0.25.0",
  "author": "REDMIC",
  "homepage": "https://gitlab.com/redmic-project/client/style/blob/master/README.md",
  "description": "Estilos y recursos para REDMIC",
@@ -18,7 +18,6 @@
    "type": "git",
    "url": "https://gitlab.com/redmic-project/client/style.git"
  },
  "private": true,
  "devDependencies": {
    "alertifyjs": "1.13.1",
    "animate.css": "4.1.1",
@@ -45,6 +44,7 @@
    "stylus": "0.59.0",
    "webfont-dl": "0.2.0"
  },
  "files": ["dist", "yarn.lock"],
  "engines": {
    "node": ">=14.0",
    "npm": ">=6.14"
+19 −0
Original line number Diff line number Diff line
@@ -645,6 +645,25 @@ body.uncollapsedSidebar
	width calc(100% - 4px)
	height calc(100% - 8px)

.embeddedContent
	@extend .fWidth
	@extend .fHeight

.missingEmbeddedContent
	@extend .fWidth
	@extend .fHeight
	display flex
	flex-flow column
	justify-content center
	align-items center

	& > i
		fontSize 6rem

	& > span
		fontSize 1.5rem
		text-align center

.containerSelectionBox
	display flex
	align-items center