mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-15 03:52:48 +00:00
Added files
This commit is contained in:
21
mongoui/mongoui-master/styles/main.less
Normal file
21
mongoui/mongoui-master/styles/main.less
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
@import "bootstrap/bootstrap.less";
|
||||
@import "bootstrap/responsive.less";
|
||||
|
||||
// body {
|
||||
// background-color: black;
|
||||
|
||||
// }
|
||||
|
||||
|
||||
.edit-row {
|
||||
border: 1px solid white;
|
||||
}
|
||||
.edit-row:hover {
|
||||
border: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.well {
|
||||
padding:0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user