feat(WEB-220): label translations
This commit is contained in:
@@ -23,19 +23,16 @@
|
||||
}
|
||||
|
||||
.card {
|
||||
flex: 1 1 0px;
|
||||
text-decoration: none;
|
||||
align-items: center;
|
||||
background-color: var(--UI-Grey-10);
|
||||
border-radius: 4px;
|
||||
color: var(--Theme-Primary-Light-On-Surface-Text);
|
||||
display: flex;
|
||||
flex: 1 1 0px;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
min-height: 280px;
|
||||
background-color: var(--UI-Grey-10);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 280px;
|
||||
padding: 30px;
|
||||
border-radius: 4px;
|
||||
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color: var(--Theme-Primary-Light-On-Surface-Text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user