2019-05-11 05:51:09 +00:00
|
|
|
code.clean {
|
2018-05-27 00:20:36 +00:00
|
|
|
@apply .font-mono .px-2 .py-1;
|
|
|
|
background-color: #eef1f6;
|
|
|
|
color: #596981;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 1px solid rgba(0, 0, 0, .1);
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2019-07-10 05:00:29 +00:00
|
|
|
.grey-row-box {
|
|
|
|
@apply .flex .rounded .no-underline .text-neutral-200 .items-center .bg-neutral-700 .p-4 .border .border-transparent;
|
|
|
|
transition: border-color 150ms linear;
|
2018-05-27 00:20:36 +00:00
|
|
|
|
2019-07-10 05:00:29 +00:00
|
|
|
&:not(.no-hover):hover {
|
|
|
|
@apply .border-neutral-500;
|
2018-05-27 00:20:36 +00:00
|
|
|
}
|
|
|
|
|
2019-07-10 05:00:29 +00:00
|
|
|
& > div.icon {
|
|
|
|
@apply .rounded-full .bg-neutral-500 .p-3;
|
2018-05-27 05:19:33 +00:00
|
|
|
}
|
|
|
|
}
|
2019-09-29 20:23:15 +00:00
|
|
|
|
|
|
|
.grey-box {
|
2019-11-03 20:20:11 +00:00
|
|
|
@apply .shadow-md .bg-neutral-700 .rounded .p-3 .flex .text-xs;
|
|
|
|
|
|
|
|
&:not(.mt-0) {
|
|
|
|
@apply .mt-4;
|
|
|
|
}
|
|
|
|
}
|