Update
This commit is contained in:
Vendored
+19
-3
@@ -314,10 +314,26 @@ hr{
|
||||
}
|
||||
|
||||
.card-title{
|
||||
font-weight: bold;
|
||||
/* font-weight: bold; */
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.content-header h1{
|
||||
.content-header h5{
|
||||
color:#001f3f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
.content{
|
||||
padding-top: 60px !important;
|
||||
}
|
||||
|
||||
.content-header{
|
||||
position: fixed;
|
||||
background: whitesmoke;
|
||||
z-index: 999;
|
||||
width: -moz-available;
|
||||
width: -webkit-fill-available;
|
||||
width: fill-available;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user