diff --git a/dist/ratchet.css b/dist/ratchet.css index 293c5b1..6ab2465 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -774,7 +774,7 @@ button.button-block { .chevron:after { position: relative; display: block; - width: 12px; + width: 10px; height: 3px; background-color: #c7c7cc; content: ''; @@ -782,12 +782,12 @@ button.button-block { /* Position and rotate respective 1/2's of the chevron */ .chevron:before { - top: 5px; + top: 6px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .chevron:after { - top: 9px; + top: 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }/* General count styles diff --git a/lib/css/chevrons.css b/lib/css/chevrons.css index 60b70f1..69c178c 100644 --- a/lib/css/chevrons.css +++ b/lib/css/chevrons.css @@ -11,7 +11,7 @@ .chevron:after { position: relative; display: block; - width: 12px; + width: 10px; height: 3px; background-color: #c7c7cc; content: ''; @@ -19,12 +19,12 @@ /* Position and rotate respective 1/2's of the chevron */ .chevron:before { - top: 5px; + top: 6px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .chevron:after { - top: 9px; + top: 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } \ No newline at end of file