cms/app-client/app/styles/tabs/detail.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 24 Jun 2016 17:01:39 +0200
changeset 207 204f25632006
parent 99 7a0f42034a25
permissions -rw-r--r--
tabs/discours title + route scss cleanup
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
.notice{
207
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 99
diff changeset
     2
	padding: 10px;
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     3
}
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     4
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     5
.notice-header,
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     6
.notice-body,
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     7
.notice-footer{
207
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 99
diff changeset
     8
	padding: 10px 10px 0;
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     9
}
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    10
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    11
.notice-header h2{
207
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 99
diff changeset
    12
	margin: 0;
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    13
}
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    14
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    15
.notice-body b{
207
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 99
diff changeset
    16
	display: inline-block;
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 99
diff changeset
    17
	min-width: 140px;
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    18
}