mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
0.5.1
This commit is contained in:
commit
37f56223cd
14
dist/css/bootstrap-material-design.css
vendored
14
dist/css/bootstrap-material-design.css
vendored
|
@ -57,6 +57,20 @@ body.inverse .card .form-control {
|
|||
background-color: initial;
|
||||
color: initial;
|
||||
}
|
||||
body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.h1,
|
||||
.h2,
|
||||
.h3,
|
||||
.h4 {
|
||||
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
|
||||
font-weight: 300;
|
||||
}
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 400;
|
||||
|
|
2
dist/css/bootstrap-material-design.css.map
vendored
2
dist/css/bootstrap-material-design.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-material-design.min.css
vendored
2
dist/css/bootstrap-material-design.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
48
index.html
48
index.html
|
@ -282,18 +282,18 @@
|
|||
<h1 class="header">Radio buttons</h1>
|
||||
|
||||
<h2>Default <small>outside a <code>.form-group</code></small></h2>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="sample1" value="option1" checked="">
|
||||
Always
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="sample1" value="option1">
|
||||
Only when plugged in
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="sample1" value="option1" checked="">
|
||||
Always
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="sample1" value="option1">
|
||||
Only when plugged in
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<h2><small><code>.radio-success</code> inside a <code>.form-group</code></small></h2>
|
||||
<div class="form-group">
|
||||
|
@ -312,18 +312,18 @@
|
|||
</div>
|
||||
|
||||
<h2><small><code>.radio-primary</code> outside a <code>.form-group</code></small></h2>
|
||||
<div class="radio radio-primary">
|
||||
<label>
|
||||
<input type="radio" name="sample2" value="option1" checked="">
|
||||
Auto
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio radio-primary">
|
||||
<label>
|
||||
<input type="radio" name="sample2" value="option1">
|
||||
5 GHz only
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio radio-primary">
|
||||
<label>
|
||||
<input type="radio" name="sample2" value="option1" checked="">
|
||||
Auto
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio radio-primary">
|
||||
<label>
|
||||
<input type="radio" name="sample2" value="option1">
|
||||
5 GHz only
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="well page" id="toggle-button">
|
||||
|
|
Loading…
Reference in New Issue
Block a user