blob: 83f45c52f3eff0f6ca2805b35912aded7416ff9a [file] [log] [blame]
<link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<!-- Common styles for App Management. -->
<dom-module id="app-management-shared-css">
<template>
<style include="cr-shared-style">
.card-container {
@apply --cr-card-elevation;
background-color: #fff;
border-radius: var(--cr-card-border-radius);
margin: 24px auto;
width: var(--card-width);
}
.permission-view-header-icon {
height: 26px;
margin-inline-end: 8px;
margin-inline-start: 24px;
width: 26px;
}
.header-text {
color: var(--primary-text-color);
font-weight: var(--secondary-font-weight);
}
</style>
</template>