Comment badges and space classes in library
This commit is contained in:
parent
465b6582b9
commit
b43d873cf6
|
@ -10,13 +10,11 @@
|
|||
margin-top: 10px !important;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
.space {
|
||||
margin-left: 4px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
.custom-icon {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
|
|
15
library.css
15
library.css
|
@ -767,7 +767,7 @@ body {
|
|||
/* background-color: white;*/
|
||||
/*}*/
|
||||
|
||||
.badges {
|
||||
/*.badges {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -775,15 +775,14 @@ body {
|
|||
}
|
||||
|
||||
.badges .portal-card-badge {
|
||||
/*background-color: #F8FFFF;*/
|
||||
/*color: #2680EB !important;*/
|
||||
/*font-size: 14px;*/
|
||||
/*border: 1px solid #2680EB;*/
|
||||
!*background-color: #F8FFFF;*!
|
||||
!*color: #2680EB !important;*!
|
||||
!*font-size: 14px;*!
|
||||
!*border: 1px solid #2680EB;*!
|
||||
border-radius: 6px 0 0 0;
|
||||
padding: 8px 20px;
|
||||
/*margin-bottom: 5px;*/
|
||||
}
|
||||
|
||||
!*margin-bottom: 5px;*!
|
||||
}*/
|
||||
|
||||
/*.badges .private-card-badge {*/
|
||||
/* background-color: #A4A4A4;*/
|
||||
|
|
Loading…
Reference in New Issue