mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-12 14:34:08 +02:00
39 lines
997 B
HTML
39 lines
997 B
HTML
<div class="js-modal-panel mdl s-tall-fixed is-inverted-dark">
|
|
<header class="js-mdl-header mdl-header js-drag-handle">
|
|
<h3 class="mdl-header-title js-header-title">TweetDuck - Layout & Design</h3>
|
|
<a href="#" class="mdl-dismiss js-dismiss link-normal-dark">
|
|
<i class="icon icon-close"></i>
|
|
</a>
|
|
</header>
|
|
<div class="mdl-inner">
|
|
<div class="mdl-content js-mdl-content horizontal-flow-container">
|
|
|
|
</div>
|
|
<footer class="padding-vxl txt-center">
|
|
<button class="js-dismiss btn btn-positive pull-right">
|
|
<i class="icon icon-check icon-small padding-rs"></i>
|
|
<span class="label">Done</span>
|
|
</button>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
<style type="text/css">
|
|
.td-modal-inner-cols {
|
|
padding: 0 6px;
|
|
}
|
|
|
|
.td-modal-inner-cols .l-column {
|
|
padding: 15px 9px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.td-modal-inner-full {
|
|
padding: 15px;
|
|
}
|
|
|
|
.td-modal-inner-full .txt-center {
|
|
margin-bottom: 10px;
|
|
}
|
|
</style>
|