fix button heights on commits page (#3091)

This commit is contained in:
silverwind 2017-12-05 07:31:33 +01:00 коммит произвёл Lunny Xiao
Родитель e2968b4c98
Коммит 3b89ee5501
2 изменённых файлов: 13 добавлений и 6 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -146,11 +146,18 @@ pre, code {
}
}
&.menu,
&.vertical.menu,
&.segment {
box-shadow: none;
}
&.menu,
&.vertical.menu,
&.segment {
box-shadow: none;
}
/* overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
.menu:not(.vertical) .item .button {
padding-bottom: .78571429em;
padding-top: .78571429em;
font-size: 1em;
}
.text {
&.red {