Add templates directly from cms_proto/ui_prototype
This commit is contained in:
41
cms/static/sass/_problem.scss
Normal file
41
cms/static/sass/_problem.scss
Normal file
@@ -0,0 +1,41 @@
|
||||
section.problem-new, section.problem-edit {
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
right: 0;
|
||||
background: #fff;
|
||||
width: flex-grid(5);
|
||||
@include box-shadow(0 0 6px #666);
|
||||
border: 1px solid #333;
|
||||
border-right: 0;
|
||||
z-index: 4;
|
||||
|
||||
> header {
|
||||
background: #666;
|
||||
@include clearfix;
|
||||
color: #fff;
|
||||
padding: 6px;
|
||||
border-bottom: 1px solid #333;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
h2 {
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
ul {
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
border-bottom: 1px solid #333;
|
||||
padding: 10px 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user