fixed cursor
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
@@ -13,13 +12,18 @@
|
||||
*
|
||||
*= require active_scaffold
|
||||
*/
|
||||
@import "bootstrap";
|
||||
|
||||
@import "bootstrap";
|
||||
#logo {
|
||||
margin: 20px;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.server-thumbnail {
|
||||
margin: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.server-name {
|
||||
margin-top: 5px;
|
||||
text-transform: uppercase;
|
||||
font-size: 16px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user