mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
new layout
This commit is contained in:
41
Resources/assets/css/sass/person.scss
Normal file
41
Resources/assets/css/sass/person.scss
Normal file
@@ -0,0 +1,41 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user