Skip to content

Commit 4dc6b53

Browse files
v1.3.0
1 parent a499322 commit 4dc6b53

File tree

15 files changed

+309
-281
lines changed

15 files changed

+309
-281
lines changed

dist/punica.css

+31-18
Original file line numberDiff line numberDiff line change
@@ -6288,12 +6288,6 @@ a.label > i, a.label > .material-icons, .label > i, .label > .material-icons {
62886288
font-size: .879em;
62896289
}
62906290

6291-
.menu.pure {
6292-
-webkit-box-shadow: none;
6293-
box-shadow: none;
6294-
background: none;
6295-
}
6296-
62976291
.navbar {
62986292
display: -webkit-box;
62996293
display: -ms-flexbox;
@@ -6675,13 +6669,6 @@ a.label > i, a.label > .material-icons, .label > i, .label > .material-icons {
66756669
padding: 6px;
66766670
}
66776671

6678-
.panel.pure {
6679-
border: none;
6680-
-webkit-box-shadow: none;
6681-
box-shadow: none;
6682-
background: none;
6683-
}
6684-
66856672
.process {
66866673
display: -webkit-box;
66876674
display: -ms-flexbox;
@@ -7079,6 +7066,26 @@ a.label > i, a.label > .material-icons, .label > i, .label > .material-icons {
70797066
color: initial;
70807067
}
70817068

7069+
.tab.success .button.active, .tab.success a.button.active, .tab.success .dropdown .button.active, .tab.success .dropdown a.button.active {
7070+
color: #2ec4b6;
7071+
border-bottom-color: #2ec4b6;
7072+
}
7073+
7074+
.tab.warning .button.active, .tab.warning a.button.active, .tab.warning .dropdown .button.active, .tab.warning .dropdown a.button.active {
7075+
color: #de9e36;
7076+
border-bottom-color: #de9e36;
7077+
}
7078+
7079+
.tab.error .button.active, .tab.error a.button.active, .tab.error .dropdown .button.active, .tab.error .dropdown a.button.active {
7080+
color: #d62828;
7081+
border-bottom-color: #d62828;
7082+
}
7083+
7084+
.tab.dark .button.active, .tab.dark a.button.active, .tab.dark .dropdown .button.active, .tab.dark .dropdown a.button.active {
7085+
color: #414552;
7086+
border-bottom-color: #414552;
7087+
}
7088+
70827089
.timeline .activity {
70837090
display: -webkit-box;
70847091
display: -ms-flexbox;
@@ -7975,18 +7982,24 @@ a.label > i, a.label > .material-icons, .label > i, .label > .material-icons {
79757982
direction: rtl;
79767983
}
79777984

7978-
.transparent {
7979-
background-color: transparent !important;
7980-
background: transparent !important;
7981-
}
7982-
79837985
.truncate {
79847986
display: block;
79857987
white-space: nowrap;
79867988
overflow: hidden;
79877989
text-overflow: ellipsis;
79887990
}
79897991

7992+
.transparent {
7993+
background: transparent !important;
7994+
}
7995+
7996+
.pure, .pure > div {
7997+
background: transparent;
7998+
border: none;
7999+
-webkit-box-shadow: none;
8000+
box-shadow: none;
8001+
}
8002+
79908003
.borderless {
79918004
border: none !important;
79928005
}

dist/punica.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/components/menu.html

+2-6
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@
213213
<td>Container</td>
214214
<td><code>.menu</code></td>
215215
</tr>
216-
<tr>
217-
<td>Pure Menu</td>
218-
<td><code>.pure</code></td>
219-
</tr>
220216
<tr>
221217
<td>Menu Item</td>
222218
<td><code>.item</code></td>
@@ -239,8 +235,8 @@
239235
</div>
240236

241237
<div class="panel pure">
242-
<div class="content bg-grid">
243-
<div class="row">
238+
<div class="content">
239+
<div class="row bg-grid">
244240
<div class="col-sm-16 col-xs-16 col-lg-5">
245241
<div class="menu">
246242
<div class="title">Menu</div>

docs/components/panel.html

+23-19
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@
213213
<td>Container</td>
214214
<td><code>.panel</code></td>
215215
</tr>
216-
<tr>
217-
<td>Pure Panel (No border and shadow)</td>
218-
<td><code>.pure</code></td>
219-
</tr>
220216
<tr>
221217
<td>Panel Header</td>
222218
<td><code>.header</code></td>
@@ -274,19 +270,18 @@
274270
</div>
275271
<div class="content">
276272
<div class="headline">
277-
Lorem ipsum dolor sit amet, eu duo inermis vocibus similique.
273+
Lorem ipsum dolor sit amet, eu duo inermis vocibus.
278274
</div>
279275
<p>
280-
Eam insolens elaboraret in, sumo habeo nec ne. Dicta animal <code>integre</code> est cu, sea tacimates percipitur adversarium ei,
281-
justo volumus assentior cu nec.
276+
Eam insolens elaboraret in, sumo habeo nec ne. Dicta animal <code>integre</code> est cu, sea tacimates percipitur.
282277
</p>
283278
</div>
284279
<div class="bottom borderless">
285-
<div class="button block primary">Bottom Button</div>
280+
<div class="button block large dark">Bottom Button</div>
286281
</div>
287282
</div>
288283
</div>
289-
<div class="col-sm-16 col-xs-16 col-lg-10">
284+
<div class="col-sm-16 col-xs-16 col-lg-9 offset-lg-8">
290285
<div id="highlighter_69643" class="syntaxhighlighter nogutter xml">
291286
<table border="0" cellpadding="0" cellspacing="0">
292287
<tbody>
@@ -434,7 +429,7 @@
434429
</div>
435430
<div class="content">
436431
<p>
437-
To remove border and shadow from the panel, just add the <code>.pure</code> to <code>.panel</code> container class.
432+
To remove border and shadow from the panel, just add the <code>.pure</code> helper class to <code>.panel</code> container element.
438433
</p>
439434
<div class="row">
440435
<div class="col-sm-16 col-xs-16 col-lg-7">
@@ -458,18 +453,17 @@
458453
</div>
459454
<p>
460455
Eam insolens elaboraret in, sumo habeo nec ne. Dicta animal <code>integre</code> est cu, sea tacimates
461-
percipitur adversarium ei,
462-
justo volumus assentior cu nec.
456+
percipitur.
463457
</p>
464458
</div>
465459
<div class="bottom">
466-
<div class="button primary small">Bottom Button</div>
460+
<div class="button dark">Bottom Button</div>
467461
<div class="actions">
468-
<div class="buttons mini">
462+
<div class="buttons small">
469463
<a href="javascript:" class="button secondary">
470464
<span class="material-icons">launch</span>
471465
</a>
472-
<div class="dropdown top right mini">
466+
<div class="dropdown top right">
473467
<a class="button toggle" tabindex="0">
474468
<span class="material-icons">keyboard_arrow_up</span>
475469
</a>
@@ -495,8 +489,7 @@
495489
</div>
496490
<p>
497491
Eam insolens elaboraret in, sumo habeo nec ne. Dicta animal <code>integre</code> est cu, sea tacimates
498-
percipitur adversarium ei,
499-
justo volumus assentior cu nec.
492+
percipitur.
500493
</p>
501494
</div>
502495
</div>
@@ -517,7 +510,7 @@
517510
<code>.media</code> class should be used in <code>.content</code> container class.
518511
</div>
519512
<div class="row">
520-
<div class="col-lg-12 col-sm-16 col-xs-16 offset-lg-2">
513+
<div class="col-lg-15 col-sm-16 col-xs-16 offset-lg-1">
521514
<div class="panel pure">
522515
<div class="header">
523516
<div class="title">Pure Panel with Media</div>
@@ -528,13 +521,24 @@
528521
tibique omittam voluptatibus.
529522
</div>
530523
<div class="media">
531-
<img src="https://source.unsplash.com/user/josilito/800x600">
524+
<img src="https://source.unsplash.com/user/josilito/800x600" class="rounded">
532525
</div>
533526
<p>
534527
Eam insolens elaboraret in, sumo habeo nec ne. Dicta animal <code>integre</code> est cu, sea tacimates
535528
percipitur adversarium ei,
536529
justo volumus assentior cu nec. Ut facilisi consequat duo, te ius eleifend sadipscing scriptorem.
537530
</p>
531+
<p>
532+
Lorem ipsum dolor sit amet, ea sit tation nostrum. Amet error utamur mel ad, congue meliore nam at, lorem dolorum at
533+
qui. Mea an libris corpora delicatissimi. Eos velit fabellas sapientem an, rebum movet ex nec. Mea cu veniam corpora,
534+
sint vide assum duo ne.
535+
</p>
536+
<p>
537+
In illud nominati mel. Delectus singulis ex quo. At quem possit assentior pro, cu vix soleat postea luptatum. Minim
538+
harum sententiae mea ex, vocibus vivendum eam ne, vis malis paulo efficiendi eu. Posse tempor commune eu his, has te
539+
quis libris. Est simul recusabo in, et noster consectetuer per, sea no vitae lobortis incorrupte. Tritani legendos
540+
disputationi eum id, suas dolorem inciderint et pri.
541+
</p>
538542
</div>
539543
</div>
540544
</div>

0 commit comments

Comments
 (0)