Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5352 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5352 Rev 5930
Línea 1... Línea 1...
1
.emojione-container {
1
.emojione-container {
2
  position: absolute;
2
  background-color: $bg-color;
3
  bottom: 100%;
3
  bottom: 100%;
4
  left: 0;
4
  left: 0;
-
 
5
  position: absolute;
5
  width: 100%;
6
  width: 100%;
6
  z-index: -1;
-
 
7
  background-color: $bg-color;
-
 
8
  max-height: 104px;
-
 
9
  overflow-y: scroll;
-
 
10
}
7
}
Línea 11... Línea 8...
11
 
8
 
12
.smiley-panel {
9
.smiley-panel {
13
  transform-origin: bottom;
10
  transform-origin: bottom;
Línea 16... Línea 13...
16
 
13
 
17
.smiley-panel-body {
14
.smiley-panel-body {
18
  height: 160px;
15
  height: 160px;
19
  padding: 10px 0;
16
  padding: 10px 0;
-
 
17
  border-top: 1px solid $border-primary;
Línea 20... Línea 18...
20
  border-top: 1px solid $border-primary;
18
  overflow: auto;
21
 
19
 
22
  .e1 {
20
  .e1 {
23
    cursor: pointer;
21
    cursor: pointer;
24
  }
22
  }