Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
.shariff {
2
  .threema {
3
    a {
4
      background-color: #333333;
5
      &:hover {
6
        background-color: #1f1f1f;
7
      }
8
    }
9
    .fa-lock {
10
      font-size: 28px;
11
    }
12
  }
13
  .theme-white {
14
    .threema a {
15
      color: #333333;
16
    }
17
  }
18
}
19
 
20
@media only screen and (min-width: 600px) {
21
  .shariff {
22
    .threema .fa-lock {
23
      font-size: 22px;
24
    }
25
  }
26
}