-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
22 lines (17 loc) · 821 Bytes
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
body { padding: 0; margin: 0 auto; }
#app { }
/* Style Unresolved (as opposed to Unknown) elements */
:unresolved { border: 5px dashed #C00; display: block; margin: 2em; padding: .5em; }
/* Custom element styles */
mmmbop-title {
display:block; border-bottom: 1px solid #000;
padding:.75em 0; text-align: center; font-size: 1.5em;
}
mmmbop-title /deep/ span { }
mmmbop-welcome { display: block; text-align: right; margin-top: .25em;}
mmmbop-menu { font-size: 1em; }
.examples { display: block; border: 1px solid #000; margin: 0 2em; text-align: center; }
/* Demonstrate the closed nature of web components */
a { font-weight: bold; color: blue; }
/* Style an unknown element */
song { display: block; padding:.5em; background-color: #FCC; color: #900; font-weight: bold; text-decoration: line-through; }