mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
removed borders that show up on dashboard screen before user logs in
This commit is contained in:
@@ -30,15 +30,17 @@
|
||||
border: 1px solid @grey;
|
||||
border-radius: 4px;
|
||||
padding: 5px;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
.graph-container{
|
||||
border: 1px solid @grey;
|
||||
border-radius: 4px;
|
||||
padding: 5px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
due to the login screen showing on top of the dashboard, we're hiding the borders until after the user logs in*/
|
||||
|
||||
.count-container{
|
||||
border: 1px solid @grey;
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user