mirror of https://github.com/nealey/chrome-pwgen
19 lines
315 B
CSS
19 lines
315 B
CSS
@font-face {
|
|
font-family: 'Material Icons';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Material Icons'),
|
|
local('MaterialIcons-Regular'),
|
|
url(MaterialIcons-Regular.ttf) format('truetype');
|
|
}
|
|
|
|
body {
|
|
width: 24em;
|
|
}
|
|
|
|
.fab {
|
|
z-index: 9999;
|
|
position: fixed;
|
|
right: 1em;
|
|
top: 1em;
|
|
} |