Fix some responsive and scrolling issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -205,8 +205,8 @@
|
||||
** Big version
|
||||
*/
|
||||
&--big {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
width: 88px;
|
||||
height: 88px;
|
||||
text-decoration: none;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
@@ -225,7 +225,7 @@
|
||||
color: rgba(#fff, 0.3);
|
||||
text-transform: uppercase;
|
||||
font-family: $font-sans-sb;
|
||||
font-size: rem(6px);
|
||||
font-size: rem(8px);
|
||||
letter-spacing: 1px;
|
||||
line-height: 1;
|
||||
|
||||
@@ -247,14 +247,15 @@
|
||||
|
||||
// Big Dashed
|
||||
&.button-control--dashed {
|
||||
@include breakpoint (xs) {
|
||||
svg[fill] {
|
||||
width: 24px;
|
||||
// Icon
|
||||
svg[fill] {
|
||||
@include breakpoint (xs) {
|
||||
width: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint (sm) {
|
||||
circle {
|
||||
// Circle
|
||||
circle {
|
||||
@include breakpoint (sm) {
|
||||
stroke-width: 4.5;
|
||||
stroke-dasharray: 20, 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user