mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
61 lines
1.1 KiB
SCSS
61 lines
1.1 KiB
SCSS
div#person_wrapper {
|
|
|
|
div#general {
|
|
|
|
}
|
|
|
|
div#person_details {
|
|
margin-top: 50px;
|
|
|
|
|
|
.tab-content {
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
width: 640px;
|
|
}
|
|
|
|
dl {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
dt {
|
|
float: left;
|
|
clear: left;
|
|
width: 190px;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
color: green;
|
|
}
|
|
|
|
dt:after {
|
|
content: " :";
|
|
}
|
|
|
|
dd {
|
|
margin: 0 0 0 199px;
|
|
padding: 0 0 0.5em 0;
|
|
}
|
|
|
|
label {
|
|
color: green;
|
|
}
|
|
|
|
label:not(.radio) {
|
|
min-width: 190px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
label.radio{
|
|
margin-left: 0.2em;
|
|
}
|
|
|
|
div.form_control {
|
|
.controls {
|
|
float: right;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|