blob: 46b94936b21f1f1be4666f5de0bb1bac201433da [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-row {
align-items: center;
border-top: var(--card-separator);
display: inline-flex;
flex: 1;
height: 62px;
justify-content: space-between;
padding: 0 24px;
}
.permission-row:first-child {
border-style: none;
}
.header-text {
color: var(--primary-text-color);
font-weight: var(--secondary-font-weight);
}
.permission-row-controls {
align-items: center;
display: inline-flex;
}
.secondary-text {
color: var(--secondary-text-color);
font-weight: var(--secondary-font-weight);
}
</style>
</template>