aboutsummaryrefslogtreecommitdiff
path: root/card/card.css
blob: 2e41631301dd0d68fba9b902027e59de4b3a0a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.card {
	text-align: center;
}

.card span {
	display: block;
}

hr {
	height: 10px;
	border: none;
}

.card.front .target-word-reading,
.card.front .target-word-translation,
.card.front .sentence-translation,
.card.front hr,
.card.front ruby rt {
	display: none;
}

.sentence-translation {
	margin-top: 1em;
}