summaryrefslogtreecommitdiff
path: root/public/css/favorite.css
blob: a80bc3a307e30ad4d8f206971ae30694e00f15c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#quill-star {
   position: absolute;

   top: 50%;
   left: 50%;
   margin-top: -100px;
   margin-left: -100px;

   width: 200px;
   height: 200px;

}

#quill-star.hidden {
   display: none;
}