File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4054,3 +4054,65 @@ table.dataTable thead th:nth-child(6) {
40544054 background-color : # f8d7da ;
40554055 color : # 721c24 ;
40564056}
4057+
4058+ /* ===== FLUSSO EVASIONE DOCUMENTI COLLEGATI ===== */
4059+ .flusso-evasione {
4060+ display : flex;
4061+ flex-direction : row;
4062+ align-items : center;
4063+ gap : 20px ;
4064+ width : 100% ;
4065+ }
4066+ .colonna-documenti {
4067+ flex : 1 ;
4068+ min-width : 0 ;
4069+ }
4070+ .documenti-precedenti ,
4071+ .documenti-successivi {
4072+ padding : 5px 10px ;
4073+ }
4074+ .documento-corrente {
4075+ text-align : center;
4076+ padding : 5px 10px ;
4077+ }
4078+ .documento-corrente h6 ,
4079+ .documenti-precedenti h6 ,
4080+ .documenti-successivi h6 {
4081+ margin-top : 0 ;
4082+ margin-bottom : 10px ;
4083+ font-weight : 600 ;
4084+ }
4085+ .documento-corrente-box {
4086+ display : flex;
4087+ justify-content : center;
4088+ align-items : center;
4089+ }
4090+ .freccia-orizzontale {
4091+ display : flex;
4092+ align-items : center;
4093+ color : # 007bff ;
4094+ font-size : 24px ;
4095+ padding : 10px 5px ;
4096+ }
4097+ .freccia-down {
4098+ text-align : center;
4099+ color : # 6c757d ;
4100+ font-size : 16px ;
4101+ margin : 5px 0 ;
4102+ }
4103+ .list-unstyled {
4104+ list-style : none;
4105+ padding-left : 0 ;
4106+ margin : 0 ;
4107+ }
4108+ .list-unstyled li {
4109+ padding : 5px 0 ;
4110+ }
4111+ @media (max-width : 768px ) {
4112+ .flusso-evasione {
4113+ flex-direction : column;
4114+ }
4115+ .freccia-orizzontale {
4116+ transform : rotate (90deg );
4117+ }
4118+ }
You can’t perform that action at this time.
0 commit comments