1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 02:42:39 +02:00

Minor updates in contextual and progress

This commit is contained in:
Angelos Chalaris
2016-11-26 11:20:11 +02:00
parent 329486e717
commit 24260f851f
7 changed files with 62 additions and 17 deletions

View File

@@ -1140,10 +1140,11 @@ mark {
border-radius: 2px;
padding: 2px 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15); }
mark.inline-block {
display: inline-block; }
.alert {
display: block;
max-width: 100%;
background: #eeeeee;
border: 1px solid #bdbdbd;
border-radius: 2px;
@@ -1360,12 +1361,9 @@ mark.tertiary {
background: #558b2f; }
mark.tag {
display: inline-block;
border-radius: 2px;
padding: 2px; }
mark.bubble {
display: inline-block;
border-radius: 200px;
padding: 3px 5px; }