Skip to content

Commit

Permalink
control-group : Динамическое добавление контролов
Browse files Browse the repository at this point in the history
  • Loading branch information
gela committed Sep 6, 2014
1 parent b326be6 commit f6d0d81
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions design/common.blocks/button/_theme/button_theme_normal.styl
Expand Up @@ -331,4 +331,14 @@ ctx = '.button_theme_normal'
right: 1px;
}
}

> :only-child {ctx}
{
border-radius: 3px;

&:before
{
border-radius: 2px;
}
}
}

0 comments on commit f6d0d81

Please sign in to comment.