mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #141 - button-block
This commit is contained in:
16
dist/css/ionic.css
vendored
16
dist/css/ionic.css
vendored
@@ -4381,7 +4381,7 @@ input[type="range"] {
|
||||
vertical-align: inherit;
|
||||
font-size: 24px;
|
||||
line-height: 40px; }
|
||||
.button.block, .button.button-full {
|
||||
.button.button-block, .button.button-full {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px; }
|
||||
.button.button-light {
|
||||
@@ -4656,9 +4656,19 @@ input[type="range"] {
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px #fff; }
|
||||
|
||||
.padding > .button.block:first-child {
|
||||
.padding > .button.button-block:first-child {
|
||||
margin-top: 0; }
|
||||
|
||||
.button-block {
|
||||
display: block;
|
||||
clear: both; }
|
||||
.button-block:after {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
clear: both;
|
||||
height: 0;
|
||||
content: "."; }
|
||||
|
||||
.button-full,
|
||||
.button-full > .button {
|
||||
display: block;
|
||||
@@ -4668,7 +4678,7 @@ input[type="range"] {
|
||||
border-left-width: 0;
|
||||
border-radius: 0; }
|
||||
|
||||
button.block,
|
||||
button.button-block,
|
||||
button.button-full,
|
||||
.button-full > button.button {
|
||||
width: 100%; }
|
||||
|
||||
Reference in New Issue
Block a user