We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db0e307 + 1354abe commit 41c461fCopy full SHA for 41c461f
1 file changed
client/src/pages/conf/conf.module.css
@@ -1847,10 +1847,16 @@
1847
1848
.agendaCard {
1849
padding: 16px;
1850
- gap: 16px;
+ gap: 12px;
1851
align-items: center;
1852
/* Figma mobile keeps rows horizontally aligned. */
1853
flex-direction: row;
1854
+ flex-wrap: wrap;
1855
+ }
1856
+
1857
+ .agendaCardContent {
1858
+ flex: 1 1 0;
1859
+ min-width: 0;
1860
}
1861
1862
.agendaTime {
@@ -1878,11 +1884,16 @@
1878
1884
1879
1885
1880
1886
.agendaCardButton {
1881
- width: auto;
1882
- padding: 6px 10px;
1883
- border-radius: 6px;
- font-size: 12px;
1887
+ flex: 0 0 100%;
1888
+ width: 100%;
1889
+ margin-top: 4px;
1890
+ padding: 8px 14px;
1891
+ border-radius: 999px;
1892
+ font-size: 13px;
1893
+ font-weight: 600;
1894
+ gap: 6px;
1895
white-space: nowrap;
1896
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
1897
1898
1899
0 commit comments