Changeset - 7ba91de2f6fd
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 8 years ago 2017-09-29 21:32:25
thomas.de.schampheleire@gmail.com
style: less'en perm_tag styles

One step closer to the files proposed by Dominik Ruf.
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-tags.less
Show inline comments
 
@@ -45,23 +45,23 @@ a.metatag[data-tag="license"]:hover {
 
  padding: 3px 3px 1px 3px;
 
  font-size: 10px;
 
  font-weight: bold;
 
  text-transform: uppercase;
 
  white-space: nowrap;
 
  border-radius: 3px;
 
}
 
#perms .perm_tag.admin {
 
  &.admin {
 
  background-color: #B94A48;
 
  color: #ffffff;
 
}
 
#perms .perm_tag.write {
 
  &.write {
 
  background-color: #DB7525;
 
  color: #ffffff;
 
}
 
#perms .perm_tag.read {
 
  &.read {
 
  background-color: #468847;
 
  color: #ffffff;
 
}
 
#perms .perm_tag.none {
 
  &.none {
 
  background-color: #bfbfbf;
 
  color: #ffffff;
 
}
 
}
0 comments (0 inline, 0 general)