carbon-components-angular
Version:
Next generation components
54 lines (46 loc) • 1.88 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="storybook-version" content="3.4.8">
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title>Storybook</title>
<style>
/*
When resizing panels, the drag event breaks if the cursor
moves over the iframe. Add the 'dragging' class to the body
at drag start and remove it when the drag ends.
*/
.dragging iframe {
pointer-events: none;
}
/* Styling the fuzzy search box placeholders */
.searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #ddd;
font-size: 16px;
}
.searchBox::-moz-placeholder { /* Firefox 19+ */
color: #ddd;
font-size: 16px;
}
.searchBox:focus{
border-color: #EEE ;
}
.btn:hover{
background-color: #eee
}
</style>
<meta property="og:title" content="Carbon Components Angular">
<meta property="og:description" content="An Angular implementation of the Carbon Design System for IBM.">
<meta property="og:image" content="https://angular.carbondesignsystem.com/carbon.jpg">
<meta property="og:url" content="https://angular.carbondesignsystem.com">
<meta name="twitter:title" content="Carbon Components Angular">
<meta name="twitter:description" content="An Angular implementation of the Carbon Design System for IBM.">
<meta name="twitter:image" content="https://angular.carbondesignsystem.com/carbon.jpg">
<meta name="twitter:card" content="summary_large_image">
</head>
<body style="margin: 0;">
<div id="root"></div>
<script type="text/javascript" src="static/manager.a2338890e453373d0afc.bundle.js"></script></body>
</html>