UNPKG

781 BCSSView Raw
1.prism-action-menu {
2 color: rgba(0, 0, 0, 0.87);
3 margin: 0;
4 padding: 0;
5 font-family: "Roboto", "Arial", sans-serif;
6 list-style-type: none;
7}
8.prism-action-menu__trigger {
9 color: #61b3cf;
10 width: auto;
11 border: 0;
12 cursor: pointer;
13 margin: 0;
14 display: inline-block;
15 padding: 0;
16 overflow: visible;
17 font-size: 0.875rem;
18 background: none;
19 text-align: left;
20 font-family: "Roboto", "Arial", sans-serif;
21 font-weight: 300;
22 line-height: 2;
23 text-transform: uppercase;
24 text-decoration: underline;
25}
26.prism-action-menu__trigger--danger {
27 color: #f44336;
28}
29.prism-action-menu__trigger--prompt {
30 position: relative;
31}
32.prism-action-menu__trigger--prompt::after {
33 top: 0.15em;
34 right: -1em;
35 content: '>';
36 position: absolute;
37 font-size: 0.8em;
38}
\No newline at end of file