diff --git a/front/salix/components/home/home.html b/front/salix/components/home/home.html
index 66e0a0134a..58dbbd607f 100644
--- a/front/salix/components/home/home.html
+++ b/front/salix/components/home/home.html
@@ -1,6 +1,5 @@
-
-
Shortcuts
-
+
@@ -73,60 +72,59 @@
+
-
-
- ACCESO RÁPIDO |
-
-
- Ctrl |
- + |
- Altr |
- + |
- A |
+ Ctrl |
+ + |
+ Altr |
+ + |
+ A |
+ 🠮 |
-
-
+
|
- ARTÍCULOS |
+ ARTÍCULOS |
- |
+ |
- Ctrl |
- + |
- Altr |
- + |
- T |
+ Ctrl |
+ + |
+ Altr |
+ + |
+ T |
+ 🠮 |
-
+
|
- TICKETS |
+ TICKETS |
- |
+ |
- Ctrl |
- + |
- Altr |
- + |
- R |
+ Ctrl |
+ + |
+ Altr |
+ + |
+ R |
+ 🠮 |
-
+
|
- RECLAMACIONES |
+ RECLAMACIONES |
- |
+ |
- Ctrl |
- + |
- Altr |
- + |
- C |
+ Ctrl |
+ + |
+ Altr |
+ + |
+ C |
+ 🠮 |
-
+
|
- CLIENTES |
+ CLIENTES |
diff --git a/front/salix/components/home/locale/es.yml b/front/salix/components/home/locale/es.yml
index aab63f17ec..0da3ff292b 100644
--- a/front/salix/components/home/locale/es.yml
+++ b/front/salix/components/home/locale/es.yml
@@ -1,4 +1,5 @@
Favorites: Favoritos
+Shortcuts: Acceso rápido
You can set modules as favorites by clicking their icon: Puedes establecer módulos como favoritos haciendo clic en el icono
Add to favorites: Añadir a favoritos.
Remove from favorites: Quitar de favoritos.
\ No newline at end of file
diff --git a/front/salix/components/home/style.scss b/front/salix/components/home/style.scss
index e714298e2b..f2a52a5f1c 100644
--- a/front/salix/components/home/style.scss
+++ b/front/salix/components/home/style.scss
@@ -110,10 +110,71 @@ vn-home {
}
}
-.shortcuts-words{
-
+.tdBorder {
border-radius: 5px 5px 5px;
- border: 3px solid black;
- font-size: 40px;
- padding: 2px;
+ width: 75px;
+ border: 3px solid rgba(0, 0, 0, 0.781);
+}
+
+.shortcuts-words {
+ font-size: 25px;
+ padding-left: 20px;
+ padding-right: 20px;
+ float: left;
+ margin-left: -15px;
+ margin-top: -40px;
+}
+
+.plusStyle {
+ font-size: 50px;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+.arrowStyle {
+ font-size: 50px;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+.dialogHeader {
+ text-align: center;
+ background-color: $color-main;
+ font-size: 25px;
+ color: white;
+ font-weight: bold;
+ padding: 10px;
+ margin-bottom: 50px;
+}
+
+.titleStyle {
+ font-size: 30px;
+ font-weight: 400;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+.iconStyle {
+
+ color: white;
+ background-color: $color-main;
+ font-size: 50px;
+ font-weight: normal;
+ width: 50px;
+ padding: 5px;
+ border-radius: 5px 5px 5px;
+}
+
+.shortcutsHeader {
+ margin-top: -20px;
+ background-color: #3d3d3d;
+ max-width: 120px;
+ font-size: 18px;
+ font-weight: 500;
+ color: white;
+ text-align: center;
+ padding: 10px;
+ cursor: pointer;
+ border-radius: 5px;
+ margin-bottom: 30px;
}
\ No newline at end of file