49 lines
729 B
Sass
49 lines
729 B
Sass
.ui.main
|
|
padding-top: 40px
|
|
|
|
.hide
|
|
display: none
|
|
|
|
.pull-right
|
|
float: right
|
|
|
|
.right.floated.buttons
|
|
margin-top: -0.5rem
|
|
|
|
.menu.fixed
|
|
.header.item
|
|
padding: 0 1rem
|
|
.grid
|
|
margin-top: -1rem
|
|
margin-left: 0
|
|
|
|
.ui.header
|
|
.push-action.icon
|
|
padding: 0.6rem
|
|
margin-right: 0
|
|
|
|
.ui.segment.title-box
|
|
padding-top: 3rem
|
|
.unpadded
|
|
padding: 0 !important
|
|
|
|
.ui.table
|
|
td
|
|
&.compact
|
|
padding: 0.5em 0.7em
|
|
&.compact
|
|
pre
|
|
margin: 0
|
|
|
|
input:disabled
|
|
background-color: #ccc !important
|
|
|
|
// .ui.grid might end up with columns having a negative bottom margin that captures the click event of the svg below it
|
|
.without-bottom-margin
|
|
margin-bottom: 0 !important
|
|
|
|
body .ui.popup
|
|
z-index: 9021
|
|
|
|
|