2014-05-12 20:08:19 +02:00
|
|
|
.welcome {
|
|
|
|
@extend .jumbotron, .container;
|
|
|
|
|
|
|
|
.select-action {
|
|
|
|
@extend .row;
|
|
|
|
|
2016-01-08 22:38:12 +01:00
|
|
|
margin: {
|
|
|
|
top: 25px;
|
|
|
|
bottom: 25px;
|
|
|
|
}
|
2014-05-12 20:08:19 +02:00
|
|
|
|
2016-05-16 18:27:03 +02:00
|
|
|
.new-node, .update-node, .delete-node {
|
|
|
|
@extend .col-md-4;
|
2014-05-12 20:08:19 +02:00
|
|
|
|
|
|
|
button {
|
|
|
|
@extend .btn, .btn-lg, .btn-block;
|
2016-05-16 18:27:03 +02:00
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
padding: {
|
|
|
|
left: 10px;
|
|
|
|
right: 10px;
|
|
|
|
};
|
2014-05-12 20:08:19 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-node {
|
|
|
|
button {
|
|
|
|
@extend .btn-info;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.update-node {
|
|
|
|
button {
|
|
|
|
@extend .btn-primary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-16 18:27:03 +02:00
|
|
|
.delete-node {
|
|
|
|
button {
|
2016-05-16 22:30:35 +02:00
|
|
|
@extend .btn-warning;
|
2016-05-16 18:27:03 +02:00
|
|
|
}
|
2014-05-12 20:08:19 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-06-26 22:00:58 +02:00
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
padding: {
|
|
|
|
top: 72px;
|
|
|
|
bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
padding-bottom: 30px;
|
|
|
|
|
|
|
|
a[target="_blank"]:after {
|
|
|
|
@extend .fa;
|
|
|
|
content: "\f08e";
|
|
|
|
vertical-align: 0.3em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin-left: 0.1em;
|
|
|
|
}
|
|
|
|
}
|