ocrcc-chatbox/src/widget.scss

18 lines
234 B
SCSS
Raw Normal View History

2018-05-26 18:53:54 +00:00
.widget {
position: fixed;
bottom: 10px;
right: 10px;
width: 50px;
height: 20px;
text-align: center;
border: 1px solid;
padding: 10px;
}
.widget:hover {
background-color: blue;
color: white;
cursor: pointer;
}