Template:Note/styles.css: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) No edit summary |
Caleb Cooper (talk | contribs) No edit summary |
||
| Line 13: | Line 13: | ||
vertical-align: middle; |
vertical-align: middle; |
||
} |
} |
||
. |
.yellow { |
||
background-position: left 7px top 50%; |
background-position: left 7px top 50%; |
||
padding: 0.5em; |
padding: 0.5em; |
||
Revision as of 22:16, 4 March 2020
.note {
background-position: left 7px top 50%;
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #f2f9f8;
background-repeat: no-repeat;
background-size: 25px;
border: 1px solid #ddd;
border-color: #a7d7f9;
min-height: 28px;
display: inline-block;
vertical-align: middle;
}
.yellow {
background-position: left 7px top 50%;
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #fff9ea;
background-repeat: no-repeat;
background-size: 25px;
border-color: #fc3;
min-height: 28px;
display: inline-block;
vertical-align: middle;
}