10 lines
No EOL
190 B
SCSS
10 lines
No EOL
190 B
SCSS
.purr {
|
|
position: fixed;
|
|
top: 30px;
|
|
right: 100px;
|
|
width: 250px;
|
|
padding: 20px;
|
|
background-color: #FCC;
|
|
border: solid 2px #666;
|
|
&:first-letter { text-transform: uppercase };
|
|
} |