mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(css): reorganize css tests for snapshots
This commit is contained in:
52
test/css/buttons-borderless.html
Normal file
52
test/css/buttons-borderless.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Buttons</title>
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
||||
<link href="../../dist/css/ionic.css" rel="stylesheet">
|
||||
<style>
|
||||
.content {
|
||||
height: 1000px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header class="bar bar-header bar-dark">
|
||||
<h1 class="title">Buttons: borderless</h1>
|
||||
</header>
|
||||
|
||||
<div class="content has-header">
|
||||
|
||||
<h4>a.button-icon (Borderless, 32px)</h4>
|
||||
<p>
|
||||
<a class="button button-icon"><i class="icon ion-home"></i></a><br>
|
||||
<a class="button button-clear button-dark">.button-clear Next .button-icon</i></a>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h4>button.button-icon (Borderless, 32px)</h4>
|
||||
<p>
|
||||
<button class="button button-icon"><i class="icon ion-home"></i></button>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h4>a.button-block.button-icon (Borderless, 32px)</h4>
|
||||
<p>
|
||||
<a class="button button-block button-icon"><i class="icon ion-home"></i></a>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h4>button.button-block.button-icon (Borderless, 32px)</h4>
|
||||
<p>
|
||||
<button class="button button-block button-icon"><i class="icon ion-home"></i></button>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user