mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
74 lines
1.0 KiB
CSS
74 lines
1.0 KiB
CSS
#app {
|
|
font-family: 'Avenir', Helvetica, Arial, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
text-align: center;
|
|
color: #2c3e50;
|
|
margin-top: 60px;
|
|
}
|
|
|
|
h1, h2 {
|
|
font-weight: normal;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
a {
|
|
color: #42b983;
|
|
}
|
|
|
|
.text-align-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.main {
|
|
padding: 15px;
|
|
line-height: 1.4;
|
|
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.logo {
|
|
height: 150px;
|
|
}
|
|
|
|
.link {
|
|
color: #1474f3;
|
|
text-decoration: none;
|
|
border-bottom: 1px solid #1474f3;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
.code {
|
|
font-size: 15;
|
|
font-weight: 600;
|
|
padding: 2px 5px;
|
|
border: 1px solid #eae9e9;
|
|
border-radius: 4px;
|
|
background-color: #f3f2f2;
|
|
color: #3a3a3a;
|
|
}
|
|
|
|
.codeBlock {
|
|
background-color: #f3f2f2;
|
|
padding: 1px 10px;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.note {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.banner {
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
}
|