mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
39 lines
383 B
SCSS
39 lines
383 B
SCSS
|
|
/**
|
|
* Show Modal
|
|
*/
|
|
|
|
.modal-show {
|
|
display: block;
|
|
|
|
.modal-content {
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
|
|
.bgp-attributes-modal {
|
|
.modal-header {
|
|
p {
|
|
margin: 0px;
|
|
font-size: 10px;
|
|
}
|
|
h4 {
|
|
font-size: 14px;
|
|
margin: 0px;
|
|
}
|
|
}
|
|
|
|
table {
|
|
th {
|
|
width: 142px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.table-nolines {
|
|
td, th {
|
|
border: none !important;
|
|
}
|
|
}
|
|
|