mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 12:52:22 +01:00
83 lines
965 B
Plaintext
83 lines
965 B
Plaintext
.margin-top-10 {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.margin-top-20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.margin-top-30 {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.margin-top-40 {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.margin-top-50 {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.margin-bottom-10 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.margin-bottom-20 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.margin-bottom-30 {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.margin-bottom-40 {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.margin-bottom-50 {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.padding-top-10 {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.padding-top-20 {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.padding-top-30 {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.padding-top-40 {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.padding-top-50 {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.padding-bottom-10 {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.padding-bottom-20 {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.padding-bottom-30 {
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.padding-bottom-40 {
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.padding-bottom-50 {
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.margin-left-m-20 {
|
|
margin-left: -20px;
|
|
} |