0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Correct renaming of functions

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-04-24 17:48:36 +04:00
parent 54518efc2a
commit 131e332a03
6 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ input[type='submit'] {
text-transform: uppercase;
white-space: nowrap;
@include borderradius(.4rem);
@include border-radius(.4rem);
&:focus,
&:hover {

View File

@ -7,7 +7,7 @@ code {
padding: .2rem .5rem;
white-space: nowrap;
@include borderradius(.4rem);
@include border-radius(.4rem);
}
pre {
@ -20,6 +20,6 @@ pre {
padding: 1rem 1.5rem;
white-space: pre;
@include borderradius(0);
@include border-radius(0);
}
}

View File

@ -26,9 +26,9 @@ textarea {
width: 100%;
@include appearance(none);
@include borderradius(.4rem);
@include boxshadow(none);
@include boxsizing(inherit);
@include border-radius(.4rem);
@include box-shadow(none);
@include box-sizing(inherit);
&:focus {
border-color: $color-primary;