amiibofindr/amiibofindr/static/less/style.less

53 lines
706 B
Plaintext
Raw Normal View History

2015-06-17 22:08:33 +00:00
// Semantic-UI
2015-09-11 18:56:36 +00:00
@import "../semantic/semantic.min.css";
2015-06-25 18:46:45 +00:00
.price-converted {
font-style: italic;
&:before {
content: '~';
}
}
2015-06-25 18:50:35 +00:00
.underlined {
text-decoration: underline;
}
.float-right {
float: right;
}
2015-08-29 15:43:09 +00:00
2015-08-29 15:54:40 +00:00
.text-center {
text-align: center;
}
2015-08-29 15:43:09 +00:00
.responsive-menu {
margin-top: -10px !important;
width: 100% !important;
display: none;
}
.navbar {
margin-top: 10px !important;
2015-09-08 17:27:04 +00:00
}
.nowrap {
white-space: nowrap;
2015-09-11 18:56:36 +00:00
}
.relation-buttons {
position: absolute;
left: 6px;
right: 6px;
bottom: 6px;
width: 100%;
text-align: center;
z-index: 30;
}
2015-09-22 19:09:42 +00:00
.menu.fixzindex { z-index: 61 !important; }
.ui.tabular.menu .item {
cursor: pointer;
}