Skip to content

Commit

Permalink
select: update islands theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Aug 19, 2015
1 parent 0e96345 commit 28fc61f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions design/common.blocks/select/_theme/select_theme_islands.styl
Expand Up @@ -25,7 +25,7 @@
{
.button__text
{
padding-right: 27px;
padding-right: 22px;
}

.icon
Expand All @@ -39,33 +39,33 @@
{
.button__text
{
padding-right: 28px;
padding-right: 25px;
}

.icon
{
width: 29px;
width: 31px;
}
}

&.button_size_l
{
.button__text
{
padding-right: 32px;
padding-right: 29px;
}

.icon
{
width: 33px;
width: 35px;
}
}

&.button_size_xl
{
.button__text
{
padding-right: 38px;
padding-right: 33px;
}

.icon
Expand Down

0 comments on commit 28fc61f

Please sign in to comment.