mirror of
https://github.com/wekan/wekan.git
synced 2025-12-25 19:58:49 +01:00
48 lines
638 B
Stylus
48 lines
638 B
Stylus
.main-body
|
|
overflow: scroll;
|
|
|
|
table
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
color: #000;
|
|
|
|
td, th
|
|
border: 1px solid #d2d0d0;
|
|
text-align: left;
|
|
padding: 8px;
|
|
|
|
tr:nth-child(even)
|
|
background-color: #dddddd;
|
|
|
|
.ext-box
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 34px;
|
|
|
|
.ext-box-left
|
|
display: flex;
|
|
width: 40%
|
|
|
|
span
|
|
vertical-align: center;
|
|
line-height: 34px;
|
|
margin-right: 10px;
|
|
|
|
input, button
|
|
margin: 0 10px 0 0;
|
|
padding: 0;
|
|
|
|
button
|
|
min-width: 60px;
|
|
|
|
.content-wrapper
|
|
margin-top: 10px
|
|
|
|
.buttonsContainer
|
|
display: flex
|
|
|
|
input
|
|
margin: 0
|
|
|
|
div
|
|
margin: auto
|