mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
Fixes border radius in full outline button
This commit is contained in:
@ -62,6 +62,13 @@ a.button {
|
|||||||
|
|
||||||
.button-full {
|
.button-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
// Full Outline Button
|
||||||
|
&.button-outline {
|
||||||
|
border-left-width: 0;
|
||||||
|
border-right-width: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -72,11 +79,3 @@ a.button {
|
|||||||
padding: $button-round-padding;
|
padding: $button-round-padding;
|
||||||
border-radius: $button-round-border-radius;
|
border-radius: $button-round-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Full Outline Button
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
.button-full.button-outline {
|
|
||||||
border-left-width: 0;
|
|
||||||
border-right-width: 0;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user