mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
.button-full updates
This commit is contained in:
18
dist/css/ionic.css
vendored
18
dist/css/ionic.css
vendored
@@ -1410,6 +1410,14 @@ body, .ionic-body {
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.content:before,
|
||||
.content:after {
|
||||
content: "\00a0";
|
||||
/* No-break space character */
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 0; }
|
||||
|
||||
/* Hack to force all relatively and absolutely positioned elements still render while scrolling
|
||||
Note: This is a bug for "-webkit-overflow-scrolling: touch" (via ratchet) */
|
||||
.content > * {
|
||||
@@ -2876,19 +2884,25 @@ input[type="checkbox"][readonly] {
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px white; }
|
||||
.button.block {
|
||||
.button.block, .button.button-full {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px; }
|
||||
|
||||
.padding > .button.block:first-child {
|
||||
margin-top: 0; }
|
||||
|
||||
.button-full,
|
||||
.button-full > .button {
|
||||
display: block;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border-right-width: 0;
|
||||
border-left-width: 0;
|
||||
border-radius: 0; }
|
||||
|
||||
button.block {
|
||||
button.block,
|
||||
button.button-full,
|
||||
.button-full > button.button {
|
||||
width: 100%; }
|
||||
|
||||
a.button {
|
||||
|
||||
Reference in New Issue
Block a user